diff options
| author | sD <stoned@derpymail.org> | 2020-03-25 19:24:55 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-03-25 19:24:55 +0100 |
| commit | 419ab5ba4e9de9726aacc4ad4a69a9809be27f65 (patch) | |
| tree | 58efc51f7757b33c3dbc9bf5680bd213da8a7644 /.github | |
| parent | 1e4b7f7c734d1eccc40735ba00b03a74e659e8b9 (diff) | |
fix CI
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nodejs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 62a6cdf..1f99dc1 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -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 |
