Skip to content

Commit

Permalink
try using npm install instead of npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
caged committed Apr 9, 2021
1 parent cf06f49 commit 3cfa080
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm config set ignore-scripts false
- run: node node_modules/esbuild/install.js
- run: npm ci
- run: npm install
- run: npm run build --if-present
- run: npm test
- name: Deploy 🚀
Expand Down

0 comments on commit 3cfa080

Please sign in to comment.