Support Node.js 20 (#17422)

This commit is contained in:
Koen Kanters
2023-04-22 16:53:15 +02:00
committed by GitHub
parent 704bbb54d3
commit 4c0c69b15f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [14, 16, 18, 19]
node: [16, 18, 20]
runs-on: ${{ matrix.os }}
continue-on-error: true
steps: