chore: add node 18 to CI
This commit is contained in:
parent
c4898a7a2e
commit
0502395624
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
matrix:
|
||||
# Include all major maintenance + active LTS + current Node.js versions.
|
||||
# https://github.com/nodejs/Release#release-schedule
|
||||
node: [14, 16]
|
||||
node: [14, 16, 18]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
@ -194,7 +194,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node: [16]
|
||||
# Include active LTS + current Node.js version.
|
||||
# https://github.com/nodejs/Release#release-schedule
|
||||
node: [16, 18]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
@ -233,7 +235,9 @@ jobs:
|
||||
matrix:
|
||||
# https://github.com/actions/virtual-environments#available-environments
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
node: [16]
|
||||
# Include active LTS + current Node.js version.
|
||||
# https://github.com/nodejs/Release#release-schedule
|
||||
node: [16, 18]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user