Skip to content

chore(deps): update actions/setup-node action to v7 #630

chore(deps): update actions/setup-node action to v7

chore(deps): update actions/setup-node action to v7 #630

Workflow file for this run

name: Test
on:
pull_request:
branches:
- '**'
concurrency:
group: tests-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Lint & test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
with:
node-version: 24
- run: npm ci
- run: npm run prettier
- run: npm run lint
- run: npm run build