Merge pull request #1691 from Goooler/master

Add Node 16 & 18 to test matrix
This commit is contained in:
binaryify 2023-02-05 11:56:06 +08:00 committed by GitHub
commit 18cc8ce66b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [12.x, 14.x, 16.x, 18.x ]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}