File tree Expand file tree Collapse file tree 2 files changed +31
-11
lines changed
Expand file tree Collapse file tree 2 files changed +31
-11
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,18 @@ jobs:
1818
1919 - name : Install pnpm
2020 uses : pnpm/action-setup@v2
21+ with :
22+ version : latest
2123
2224 - name : Set node version to LTS
2325 uses : actions/setup-node@v3
2426 with :
2527 node-version : lts/*
2628 cache : ' pnpm'
2729
30+ - name : Use npmmirror registry
31+ run : pnpm config set registry https://registry.npmmirror.com
32+
2833 - run : PUPPETEER_SKIP_DOWNLOAD=1 pnpm install
2934
3035 - name : Run case police
@@ -40,13 +45,18 @@ jobs:
4045
4146 - name : Install pnpm
4247 uses : pnpm/action-setup@v2
48+ with :
49+ version : latest
4350
4451 - name : Set node version to LTS
4552 uses : actions/setup-node@v3
4653 with :
4754 node-version : lts/*
4855 cache : ' pnpm'
4956
57+ - name : Use npmmirror registry
58+ run : pnpm config set registry https://registry.npmmirror.com
59+
5060 - run : PUPPETEER_SKIP_DOWNLOAD=1 pnpm install
5161
5262 - name : Run unit tests
You can’t perform that action at this time.
0 commit comments