ci: Added Node 18 to test matrix (#1424)

This commit is contained in:
Norman Breau 2022-04-22 11:58:44 -03:00 committed by GitHub
parent a2bb7f1173
commit 087e9e6178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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