Skip to content

Commit 9f4f8af

Browse files
author
Mykolas
committed
Update github actions. Support Node.js 24
1 parent 111334b commit 9f4f8af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [16.x, 18.x, 20.x, 22.x]
15+
node-version: [16.x, 18.x, 20.x, 22.x, 24.x]
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v5
1919
- name: Use Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@v2
20+
uses: actions/setup-node@v5
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
cache: "npm"

0 commit comments

Comments
 (0)