ci: update node versions

pull/317/head
Evan You 4 years ago
parent bd0c870d93
commit 834fa76e76

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

Loading…
Cancel
Save