Skip to content

fix(deps): bump the all group with 26 updates #29

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

fix(deps): bump the all group with 26 updates #29

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:
- trunk
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