Skip to content

Commit f257306

Browse files
committed
add Node 20 to CI matrix
1 parent 693e88a commit f257306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, windows-latest]
14-
node-version: [14, 16, 18]
14+
node-version: [14, 16, 18, 20]
1515
webpack-version: ['5']
1616
include:
1717
- node-version: "14.15.0" # The minimum supported node version

0 commit comments

Comments
 (0)