Skip to content

ci(action): update actions/checkout digest to a5ac7e5 #167

ci(action): update actions/checkout digest to a5ac7e5

ci(action): update actions/checkout digest to a5ac7e5 #167

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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: npm
- run: npm ci
- run: npm test