Skip to content

Update dependency eslint to v9.13.0 #1651

Update dependency eslint to v9.13.0

Update dependency eslint to v9.13.0 #1651

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
- run: npm install
- run: npm run build
- run: npm test