We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40aa039 commit 7f19ed5Copy full SHA for 7f19ed5
1 file changed
.github/workflows/nodeci.yml
@@ -14,12 +14,12 @@ jobs:
14
15
strategy:
16
matrix:
17
- node-version: [16.x, 17.x, 18.x, 19.x]
+ node-version: [24.x]
18
19
steps:
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v6
21
- name: Use Node.js with ${{ matrix.node-version }}
22
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v6
23
with:
24
node-version: ${{ matrix.node-version }}
25
cache: npm
0 commit comments