ci: add node v18

This commit is contained in:
microshine 2023-03-21 20:06:16 +01:00
parent 1ebf9006e6
commit 159f0df626
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v2