aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/nodejs.yml
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-07-20 10:23:15 +0200
committersD <stoned@derpymail.org>2020-07-20 10:23:15 +0200
commit0b63ae06bba6ee6bc428055f684164cc475a1e8e (patch)
treed1596818fc525bf6e12976a3e262f22e86910cda /.github/workflows/nodejs.yml
parent35bc5820d194fdb964c40694078f7bc89b62af16 (diff)
parente5f3a22ba242b0921c58290fed7147a9912dceac (diff)
Merge branch 'master' into objection_maker
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