Skip to content

Commit

Permalink
add Node 20 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Nov 9, 2023
1 parent 693e88a commit f257306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [14, 16, 18]
node-version: [14, 16, 18, 20]
webpack-version: ['5']
include:
- node-version: "14.15.0" # The minimum supported node version
Expand Down

0 comments on commit f257306

Please sign in to comment.