diff options
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 |
