Update node.js.yml
This commit is contained in:
parent
4b1a927128
commit
48c8521d8a
5
.github/workflows/node.js.yml
vendored
5
.github/workflows/node.js.yml
vendored
@ -16,8 +16,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [10.x, 12.x, 14.x, 15.x]
|
node-version: [14.x]
|
||||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -26,5 +25,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build --if-present
|
#- run: npm run build --if-present
|
||||||
- run: npm test
|
- run: npm test
|
||||||
|
Loading…
Reference in New Issue
Block a user