File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,15 @@ jobs:
12
12
13
13
steps :
14
14
- uses : actions/checkout@v2
15
+ - name : Setup pnpm
16
+
17
+ with :
18
+ version : 6
15
19
- uses : actions/setup-node@v2
16
20
with :
17
21
node-version : 16
18
22
cache : pnpm
19
23
registry-url : https://registry.npmjs.org
20
- - name : Setup pnpm
21
- run : npm add -g pnpm@6
22
24
- name : Install dependencies
23
25
run : pnpm install
24
26
- name : Check formatting
Original file line number Diff line number Diff line change @@ -13,13 +13,15 @@ jobs:
13
13
14
14
steps :
15
15
- uses : actions/checkout@v2
16
+ - name : Setup pnpm
17
+
18
+ with :
19
+ version : 6
16
20
- uses : actions/setup-node@v2
17
21
with :
18
22
node-version : 16
19
23
cache : pnpm
20
24
registry-url : https://registry.npmjs.org
21
- - name : Setup pnpm
22
- run : npm add -g pnpm@6
23
25
- name : Install dependencies
24
26
run : pnpm install
25
27
- name : Check formatting
You can’t perform that action at this time.
0 commit comments