Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 7363e7b

Browse files
Update nodejs.yml
1 parent dbfbd8d commit 7363e7b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [10.x, 12.x]
19+
node-version: [14.x]
2020

2121
steps:
2222
- uses: actions/checkout@v2
@@ -25,5 +25,6 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- run: npm ci
28-
- run: npm run build --if-present
28+
- run: npm i
29+
- run: npm run build
2930
- run: npm test

0 commit comments

Comments
 (0)