File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,15 @@ jobs:
1212
1313 steps :
1414 - uses : actions/checkout@v2
15+ - name : Setup pnpm
16+ 17+ with :
18+ version : 6
1519 - uses : actions/setup-node@v2
1620 with :
1721 node-version : 16
1822 cache : pnpm
1923 registry-url : https://registry.npmjs.org
20- - name : Setup pnpm
21- run : npm add -g pnpm@6
2224 - name : Install dependencies
2325 run : pnpm install
2426 - name : Check formatting
Original file line number Diff line number Diff line change @@ -13,13 +13,15 @@ jobs:
1313
1414 steps :
1515 - uses : actions/checkout@v2
16+ - name : Setup pnpm
17+ 18+ with :
19+ version : 6
1620 - uses : actions/setup-node@v2
1721 with :
1822 node-version : 16
1923 cache : pnpm
2024 registry-url : https://registry.npmjs.org
21- - name : Setup pnpm
22- run : npm add -g pnpm@6
2325 - name : Install dependencies
2426 run : pnpm install
2527 - name : Check formatting
You can’t perform that action at this time.
0 commit comments