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 788abc9 commit cf3a804Copy full SHA for cf3a804
1 file changed
.github/workflows/nodejs.yml
@@ -12,12 +12,12 @@ jobs:
12
13
strategy:
14
matrix:
15
- node-version: [20, 22]
+ node-version: [22, 24]
16
17
steps:
18
- - uses: actions/checkout@v6
+ - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
19
- name: Use Node.js ${{ matrix.node-version }}
20
- uses: actions/setup-node@v6
+ uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
21
with:
22
node-version: ${{ matrix.node-version }}
23
cache: npm
0 commit comments