Update .npmrc to remove 'use-node-version' and add node mirrors
All checks were successful
CI / cache-and-install (push) Successful in 2m27s
All checks were successful
CI / cache-and-install (push) Successful in 2m27s
This commit is contained in:
@ -19,6 +19,8 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- run: sed -i '/use-node-version/d' .npmrc
|
||||
|
||||
- uses: pnpm/action-setup@v4
|
||||
name: Install pnpm
|
||||
with:
|
||||
|
Reference in New Issue
Block a user