We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91d854 commit aab0ae1Copy full SHA for aab0ae1
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