Skip to content

Commit

Permalink
Switch to npm install
Browse files Browse the repository at this point in the history
`npm ci` wants a package-lock, and I have removed this because it's
causing problems.
  • Loading branch information
amrc-benmorrow committed Jan 11, 2024
1 parent 5818d25 commit df59d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
sudo apt-get install -y libkrb5-dev
- name: Install Dependencies
run: npm ci
run: npm install --verbose

- name: Publish Package
run: |
Expand Down

0 comments on commit df59d08

Please sign in to comment.