Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
updated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn committed Mar 28, 2024
1 parent 5b8edf2 commit ba4a62d
Show file tree
Hide file tree
Showing 4 changed files with 269 additions and 225 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ runs:
run: npm run clean
- name: Install Dependencies
shell: bash
run: npm install
run: npm ci
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
package-lock=true
legacy-peer-deps=false
legacy-peer-deps=true
Loading

0 comments on commit ba4a62d

Please sign in to comment.