Skip to content

Commit

Permalink
fix: change dependency installation from npm ci to npm install in CI …
Browse files Browse the repository at this point in the history
…workflow
  • Loading branch information
rsaz committed Oct 21, 2024
1 parent 356c232 commit 6bc1ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: "18.11.0"

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

- name: Unit Tests
working-directory: ./src
Expand Down

0 comments on commit 6bc1ece

Please sign in to comment.