ci: Added NodeJS 20.x to the workflow matrix (#1607)

This commit is contained in:
Norman Breau 2023-04-22 17:01:24 -03:00 committed by GitHub
parent 3343c3bb34
commit 6f6717afbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [16.x, 18.x] node-version: [16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest] os: [ubuntu-latest, windows-latest, macos-latest]
steps: steps: