[ci] Use supported Node versions

This commit is contained in:
Nemo 2022-05-03 07:31:59 +00:00 committed by Nemo
parent 25ff38e93e
commit ce4074f829
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ jobs:
tests:
strategy:
matrix:
node: ["16", "14", "12"]
node: ["18", "16", "14"]
name: Run NPM Stuff
runs-on: ubuntu-latest
steps: