Test on LTS node only
This commit is contained in:
parent
4618b491d7
commit
455999b910
|
|
@ -9,7 +9,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node_version: [9, 10, 11, 12, 13]
|
node_version: [12, 13]
|
||||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -21,6 +21,8 @@ jobs:
|
||||||
|
|
||||||
- name: npm install & test
|
- name: npm install & test
|
||||||
run: |
|
run: |
|
||||||
|
npm -v
|
||||||
|
node -v
|
||||||
npm install
|
npm install
|
||||||
npm test
|
npm test
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue