Skip to content

Commit

Permalink
update build/relase
Browse files Browse the repository at this point in the history
  • Loading branch information
severinlandolt committed Dec 13, 2024
1 parent 5b97191 commit 41a7e42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org
- name: install react
run: npm i react
run: npm i react --legacy-peer-deps
- name: install dependencies
run: npm ci --legacy-peer-deps
- name: lint checks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org
- name: install react
run: npm i react
run: npm i react --legacy-peer-deps
- name: install dependencies
run: npm ci --legacy-peer-deps
- name: build
Expand Down

0 comments on commit 41a7e42

Please sign in to comment.