Skip to content

chore(deps): update actions/setup-node action to v6 #209

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

chore(deps): update actions/setup-node action to v6 #209

Workflow file for this run

name: Test
on:
push:
permissions:
contents: read
jobs:
test:
name: npm run test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
with:
node-version: 22
cache: npm
- name: Update npm
run: npm install -g npm@11
- name: Install dependencies
run: npm ci
- name: npm run build
run: npm run build
- name: npm run test
run: npm run test