Skip to content

ci(action): update actions/checkout digest to 8e8c483 #243

ci(action): update actions/checkout digest to 8e8c483

ci(action): update actions/checkout digest to 8e8c483 #243

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