Skip to content

Commit 54c195e

Browse files
authored
ci: add node v20 (#647)
1 parent ef332db commit 54c195e

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
@@ -60,7 +60,7 @@ jobs:
6060
strategy:
6161
matrix:
6262
os: [ubuntu-latest, windows-latest, macos-latest]
63-
node-version: [14.x, 16.x, 18.x, 19.x]
63+
node-version: [14.x, 16.x, 18.x, 20.x]
6464
webpack-version: [latest]
6565

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

0 commit comments

Comments
 (0)