Skip to content

Commit

Permalink
fix: Switching back to npm ci, the problem is that npmjs.com isn't st…
Browse files Browse the repository at this point in the history
…able right now.
  • Loading branch information
xdy committed Aug 6, 2020
1 parent d70d7d1 commit ce8d1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

# Install package dependencies
- name: Install
run: npm install
run: npm ci

# Building is the only test right now (mainly tests if dependabot actually can update)
- name: Build
Expand Down

0 comments on commit ce8d1c9

Please sign in to comment.