Skip to content

Commit

Permalink
fix(install): force installs for now due to npm ip
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch2344 committed Mar 1, 2024
1 parent 9be8560 commit 0c66817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/composite/verify/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm install --force
shell: bash
- run: npm run build
shell: bash
Expand Down

0 comments on commit 0c66817

Please sign in to comment.