Add Node 16 & 18 to test matrix

This commit is contained in:
Goooler 2023-02-05 11:52:46 +08:00
parent 1946797d70
commit 65463bf726

View File

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