aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/nodejs.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/nodejs.yml')
-rw-r--r--.github/workflows/nodejs.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml
index 62a6cdf..a1b0f1b 100644
--- a/.github/workflows/nodejs.yml
+++ b/.github/workflows/nodejs.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
- node-version: [10.x, 12.x]
+ node-version: [12.x]
steps:
- uses: actions/checkout@v1
@@ -21,6 +21,8 @@ jobs:
run: |
git submodule init
git submodule update
+ npm update
+ npm install
npm ci
npm run build --if-present
# npm test