Skip to content

Commit 9f6ad76

Browse files
Upgraded workflow Node version
1 parent 4b902d3 commit 9f6ad76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [20.x]
19+
node-version: [24.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: Use Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: '20.x'
27+
node-version: '24.x'
2828
- run: npm ci
2929
- run: npm run build --if-present
3030
- run: npm test

0 commit comments

Comments
 (0)