This commit is contained in:
parent
0ae72278a2
commit
5cada9eb86
@ -12,13 +12,13 @@ jobs:
|
|||||||
uses: https://gitea.com/actions/setup-node@v4
|
uses: https://gitea.com/actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
- name: Install yarn
|
||||||
|
run: npm i -g yarn
|
||||||
- run: yarn config get registry
|
- run: yarn config get registry
|
||||||
- run: npm config get registry
|
- run: npm config get registry
|
||||||
- run: yarn config set registry http://registry.npm.taobao.org/
|
- run: yarn config set registry http://registry.npm.taobao.org/
|
||||||
- run: npm config set registry https://registry.npm.taobao.org
|
- run: npm config set registry https://registry.npm.taobao.org
|
||||||
- run: yarn cache clean
|
- run: yarn cache clean
|
||||||
- name: Install yarn
|
|
||||||
run: npm i -g yarn
|
|
||||||
- run: ls -lR /var/run/act/workflow
|
- run: ls -lR /var/run/act/workflow
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn
|
run: yarn
|
||||||
|
Loading…
Reference in New Issue
Block a user