Add Node.js 18.x to CI test matrix.

This commit is contained in:
David Anson 2022-04-19 12:58:58 -07:00 committed by GitHub
parent 9a5e7e42ef
commit bd92ec3fea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3