We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b902d3 commit 9f6ad76Copy full SHA for 9f6ad76
1 file changed
.github/workflows/node.js.yml
@@ -16,15 +16,15 @@ jobs:
16
17
strategy:
18
matrix:
19
- node-version: [20.x]
+ node-version: [24.x]
20
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21
22
steps:
23
- uses: actions/checkout@v4
24
- name: Use Node.js
25
uses: actions/setup-node@v4
26
with:
27
- node-version: '20.x'
+ node-version: '24.x'
28
- run: npm ci
29
- run: npm run build --if-present
30
- run: npm test
0 commit comments