Skip to content

Commit 6a64bff

Browse files
authored
continuous-integration.yml: Add Node.js 20 to the testing (#5450)
1 parent 8984dd3 commit 6a64bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.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
operating-system: [ubuntu-latest, macos-latest, windows-latest]
14-
node-version: [12.x, 14.x, 16.x, 17.x, 18.x]
14+
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
1515

1616
steps:
1717
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)