Skip to content

ci(action): update actions/checkout digest to 44c2b7a - autoclosed #166

ci(action): update actions/checkout digest to 44c2b7a - autoclosed

ci(action): update actions/checkout digest to 44c2b7a - autoclosed #166

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