Skip to content

Commit 8c86a1d

Browse files
authored
ci: add node v20 (#135)
1 parent abf2171 commit 8c86a1d

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)