1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 10:54:44 +00:00

ci: add registry-url

This commit is contained in:
2025-05-09 13:38:29 +07:00
parent 09e72d904c
commit 88f6cec9b2
4 changed files with 102 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
cache: pnpm
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: pnpm install --frozen-lockfile