Skip to content

Commit

Permalink
Merge pull request #54 from nikobockerman/ci-use-npm-ci
Browse files Browse the repository at this point in the history
ci: Use "npm ci" for installing dependencies
nikobockerman authored Dec 4, 2024
2 parents ffec9bb + cb6d43e commit 6616e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/npm-tools-setup/action.yaml
Original file line number Diff line number Diff line change
@@ -9,5 +9,5 @@ runs:
node-version: 22
cache: npm
- name: Install npm dev tools
run: npm install
run: npm ci
shell: bash

0 comments on commit 6616e3c

Please sign in to comment.