Change node version definition in node-js-ci

This commit is contained in:
David Humphrey 2021-03-20 11:39:37 -04:00
parent 5cf2495079
commit 095f78498f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macos-latest, windows-latest] os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [12.x, 14.x] node: ['12', '14']
name: Node ${{ matrix.node_version }} on ${{ matrix.os }} name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
steps: steps: