fix: deploy
Some checks failed
CI - Lint, Typecheck & Test / quality-assurance (push) Failing after 1m21s
Some checks failed
CI - Lint, Typecheck & Test / quality-assurance (push) Failing after 1m21s
This commit is contained in:
@@ -25,6 +25,11 @@ jobs:
|
||||
node-version: 20
|
||||
cache: 'pnpm'
|
||||
|
||||
- name: 🔐 Configure Private Registry
|
||||
run: |
|
||||
echo "@mintel:registry=https://npm.infra.mintel.me" > .npmrc
|
||||
echo "//npm.infra.mintel.me/:_authToken=${{ secrets.REGISTRY_PASS }}" >> .npmrc
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user