This commit is contained in:
parent
bcb52a4d3c
commit
2d649f2fea
@ -22,6 +22,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '22' # 可以根据需要选择 Node.js 版本
|
node-version: '22' # 可以根据需要选择 Node.js 版本
|
||||||
|
|
||||||
|
- name: Set NPM Mirror
|
||||||
|
run: npm config set registry https://registry.npmmirror.com
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
working-directory: WebIndex
|
working-directory: WebIndex
|
||||||
run: npm install
|
run: npm install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user