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 888baa0 + db3a168 commit a15a88eCopy full SHA for a15a88e
.github/workflows/node.js.yml
@@ -12,12 +12,12 @@ jobs:
12
13
strategy:
14
matrix:
15
- node-version: [16]
+ node-version: [24]
16
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
19
- name: Use Node.js ${{ matrix.node-version }}
20
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
21
with:
22
node-version: ${{ matrix.node-version }}
23
cache: 'npm'
0 commit comments