ci: swap node 17 for 18 in matrix

This commit is contained in:
Zack Schuster 2022-04-21 14:37:42 -07:00
parent 793fa7466c
commit a7b468908f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [^12, ^14, ^16, ^17]
node: [^12, ^14, ^16, ^18]
os: [ubuntu-latest, windows-latest, macos-latest]
steps: