Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey authored Oct 8, 2023
1 parent a9d0fc7 commit 3a21c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# install
- name: install node modules
run: npm install
run: npm install --legacy-peer-deps

- name: build
run: npm run build
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
${{ runner.os }}-test-node
- name: install node modules
run: npm install
run: npm install --legacy-peer-deps

- name: build
run: npm run build
Expand Down

0 comments on commit 3a21c71

Please sign in to comment.