Skip to content

Commit

Permalink
chore: fix npm installation
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Aug 22, 2023
1 parent 88e6c84 commit 58f5f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
run: |
echo "//npm.pkg.github.com/:_authToken=${{ secrets.TOLGEE_MACHINE_PAT }}" >> .npmrc
echo "@tolgee:registry=https://npm.pkg.github.com" >> .npmrc
npm install --legacy-peer-deps
npm install --force
working-directory: testapps/${{matrix.app}}

- name: Build testapp
Expand Down

0 comments on commit 58f5f18

Please sign in to comment.