Skip to content

Commit dc928f5

Browse files
authored
ci: use node v22 (#265)
1 parent 1c57d88 commit dc928f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
strategy:
6868
matrix:
6969
os: [ubuntu-latest, windows-latest, macos-latest]
70-
node-version: [18.x, 20.x, 21.x]
70+
node-version: [18.x, 20.x, 22.x]
7171
webpack-version: [latest]
7272

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

0 commit comments

Comments
 (0)