Skip to content

ci(action): update actions/checkout digest to 1d96c77 #161

ci(action): update actions/checkout digest to 1d96c77

ci(action): update actions/checkout digest to 1d96c77 #161

Workflow file for this run

name: Test
"on":
pull_request:
types:
- opened
- synchronize
jobs:
test_matrix:
runs-on: ubuntu-latest
strategy:
matrix:
node:
- 18
- 20
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: npm
- run: npm ci
- run: npm test