Merge pull request #3084 from knorrium/update_ci_node

Update node v16, LTS and current for CI
This commit is contained in:
wiz 2023-02-23 22:31:33 +09:00 committed by GitHub
commit da3446f522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ jobs:
if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')"
strategy:
matrix:
node: ["16.16.0", "18.5.0"]
node: ["16.16.0", "18.14.1", "19.6.1"]
flavor: ["dev", "prod"]
fail-fast: false
runs-on: "ubuntu-latest"
@ -55,7 +55,7 @@ jobs:
if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')"
strategy:
matrix:
node: ["16.15.0", "18.5.0"]
node: ["16.16.0", "18.14.1", "19.6.1"]
flavor: ["dev", "prod"]
fail-fast: false
runs-on: "ubuntu-latest"