Change node version definition in node-js-ci
This commit is contained in:
parent
5cf2495079
commit
095f78498f
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue