Skip to content

Bump actions/setup-node from 4.4.0 to 7.0.0 #5

Bump actions/setup-node from 4.4.0 to 7.0.0

Bump actions/setup-node from 4.4.0 to 7.0.0 #5

Workflow file for this run

name: Test
on:
push:
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm test