[ci] Use supported Node versions

This commit is contained in:
Nemo 2022-05-03 07:31:59 +00:00 committed by GitHub
parent 8e37024989
commit e73c2ce421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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