Skip to content

fix(deps): bump the all group with 10 updates #8

fix(deps): bump the all group with 10 updates

fix(deps): bump the all group with 10 updates #8

Workflow file for this run

name: JS
on:
pull_request:
paths:
- '**/*.js'
- '**/*.ts'
- package.json
- .github/workflows/js.yml
push:
paths:
- '**/*.js'
- '**/*.ts'
- package.json
- .github/workflows/js.yml
branches:
- main
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: npm ci --no-audit --prefer-offline
- name: Run ESLint
run: npm run eslint