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.
2 parents 4882389 + 0d88779 commit 8f89a7dCopy full SHA for 8f89a7d
.github/workflows/node.js.yml
@@ -16,13 +16,13 @@ jobs:
16
17
strategy:
18
matrix:
19
- node-version: [18.x, 19.x]
+ node-version: [22.x, 24.x]
20
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21
22
steps:
23
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
24
- name: Use Node.js ${{ matrix.node-version }}
25
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
26
with:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
0 commit comments