This commit is contained in:
parent
20b6550ce8
commit
bae3add096
@ -13,6 +13,8 @@ jobs:
|
|||||||
Deploy:
|
Deploy:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
|
- name: Show npm config
|
||||||
|
run: pnpm config get registry
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
@ -21,8 +23,7 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 18.20.3
|
node-version: 18.20.3
|
||||||
registry-url: 'https://registry.npmmirror.com'
|
registry-url: ${{ vars.REGISTRY_URL }}
|
||||||
scope: '@npm'
|
|
||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
Loading…
Reference in New Issue
Block a user