Stop testing on Node 12 and 19, start testing on 16 and 20.

This commit is contained in:
Randall 2023-05-12 23:22:59 -04:00 committed by GitHub
parent 3b92b39430
commit 41d52f39c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,11 +8,11 @@ jobs:
strategy:
matrix:
node-version: [12.x, 18.x, 19.x]
node-version: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18.x
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}