Skip to content

Commit 90046f1

Browse files
authored
ci: add Node.js v20 (#1515)
1 parent b3561e2 commit 90046f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
strategy:
6666
matrix:
6767
os: [ubuntu-latest, windows-latest, macos-latest]
68-
node-version: [14.x, 16.x, 18.x, 19.x]
68+
node-version: [14.x, 16.x, 18.x, 20.x]
6969
webpack-version: [latest]
7070

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

0 commit comments

Comments
 (0)