Skip to content

Commit d2516c4

Browse files
authored
ci: add node v20 (#1029)
1 parent 2985918 commit d2516c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
strategy:
6767
matrix:
6868
os: [ubuntu-latest, windows-latest, macos-latest]
69-
node-version: [12.x, 14.x, 16.x, 18.x, 19.x]
69+
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
7070
webpack-version: [latest]
7171

7272
runs-on: ${{ matrix.os }}
@@ -109,7 +109,7 @@ jobs:
109109
strategy:
110110
matrix:
111111
os: [ubuntu-latest, windows-latest, macos-latest]
112-
node-version: [12.x, 14.x, 16.x, 18.x]
112+
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
113113

114114
runs-on: ${{ matrix.os }}
115115

0 commit comments

Comments
 (0)