Skip to content

Commit 6e17e9a

Browse files
authored
ci: use node v22 (#211)
1 parent 6274a5f commit 6e17e9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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: [16.x, 18.x, 20.x]
67+
node-version: [16.x, 18.x, 20.x, 22.x]
6868
webpack-version: [latest]
6969

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

0 commit comments

Comments
 (0)