Skip to content

Commit

Permalink
continuous-integration.yml: Add Node.js 20 to the testing (#5450)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Jul 30, 2023
1 parent 8984dd3 commit 6a64bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest, macos-latest, windows-latest]
node-version: [12.x, 14.x, 16.x, 17.x, 18.x]
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6a64bff

Please sign in to comment.