Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 2a276d1

Browse files
authored
ci: use node v22
1 parent 0507d0b commit 2a276d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
strategy:
6565
matrix:
6666
os: [ubuntu-latest, windows-latest, macos-latest]
67-
node-version: [10.x, 12.x, 14.x]
67+
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x]
6868
webpack-version: [latest]
6969

7070
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)