Skip to content

Commit

Permalink
chore: force use original npm registry on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerblue committed Jan 25, 2024
1 parent 262972f commit aed179f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- name: Install Dependencies
run: npm ci --registry=https://registry.npmjs.org
- run: npm run build:cdn

0 comments on commit aed179f

Please sign in to comment.