We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e0eba commit 3ea7fa7Copy full SHA for 3ea7fa7
1 file changed
.github/workflows/ci.yaml
@@ -13,10 +13,10 @@ jobs:
13
matrix:
14
node-version: [18.x, 20.x, 22.x, 24.x]
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
17
18
- name: Use Node.js ${{ matrix.node-version }}
19
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
20
with:
21
node-version: ${{ matrix.node-version }}
22
- run: npm ci
@@ -27,10 +27,10 @@ jobs:
27
runs-on: ubuntu-latest
28
needs: [build]
29
30
31
32
- name: Use Node.js
33
34
35
node-version: 24.x
36
0 commit comments