ci: upgrade lint workflow from node 17 to 18

This commit is contained in:
Zack Schuster 2022-04-29 11:58:48 -07:00
parent 4f45799a3e
commit a395f862ec
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: