Skip to content

Commit

Permalink
fix: .github/workflows/deploy.yml, npm ci --legacy-peer-deps するようにした
Browse files Browse the repository at this point in the history
  • Loading branch information
oti committed Aug 25, 2023
1 parent fda2c2c commit 3dc029d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
node-version-file: '.node-version'
registry-url: https://registry.npmjs.org/
- name: npm install
run: npm ci
run: npm ci --legacy-peer-deps
env:
CI: true
- name: npm publish
Expand Down

0 comments on commit 3dc029d

Please sign in to comment.