Skip to content

Commit

Permalink
Run npm i before npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Apr 20, 2020
1 parent 9f88c76 commit e5324e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm ci
- run: npm run build --if-present
- run: npm test
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,4 +30,4 @@
"type": "git",
"url": "https://github.com/jedisct1/wasm-crypto.git"
}
}
}

0 comments on commit e5324e0

Please sign in to comment.