Skip to content

Update dependency eslint to v9.9.1 #1601

Update dependency eslint to v9.9.1

Update dependency eslint to v9.9.1 #1601

Workflow file for this run

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