Stop testing on Node 12 and 19, start testing on 16 and 20.
This commit is contained in:
parent
3b92b39430
commit
41d52f39c8
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -8,11 +8,11 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [12.x, 18.x, 19.x]
|
node-version: [16.x, 18.x, 20.x]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js 18.x
|
- name: Use Node.js
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
Reference in New Issue
Block a user