We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f20fff commit 2f679f2Copy full SHA for 2f679f2
.github/workflows/test-on-push-and-pr.yml
@@ -15,7 +15,7 @@ jobs:
15
node-version: [18, 20, 22]
16
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
- name: Build and run tests for Node.js ${{ matrix.node-version }}
20
run: |
21
docker build -f test/unit/Dockerfile.nodejs${{ matrix.node-version }}.x -t unit/nodejs.${{ matrix.node-version }}x .
0 commit comments