Skip to content

Commit f69dd0f

Browse files
authored
ci: add Node.js v20
1 parent 8ce797d commit f69dd0f

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
@@ -66,7 +66,7 @@ jobs:
6666
strategy:
6767
matrix:
6868
os: [ubuntu-latest, windows-latest, macos-latest]
69-
node-version: [14.x, 16.x, 18.x, 19.x]
69+
node-version: [14.x, 16.x, 18.x, 20.x]
7070
shard: ["1/4", "2/4", "3/4", "4/4"]
7171
webpack-version: [latest]
7272
dev-server-version: [latest]

0 commit comments

Comments
 (0)