File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,22 +10,22 @@ jobs:
1010 matrix :
1111 node-version : [14.x, 16.x, 18.x]
1212
13- steps :
14- - uses : actions/checkout@v2
15-
16- - name : Setup Node 16
17- uses : actions/setup-node@v1
18- with :
19- node-version : 16
20- registry-url : https://registry.npmjs.org/
13+ steps :
14+ - uses : actions/checkout@v2
15+
16+ - name : Setup Node 16
17+ uses : actions/setup-node@v1
18+ with :
19+ node-version : 16
20+ registry-url : https://registry.npmjs.org/
2121
22- - name : Setup PNPM
23- uses : pnpm/action-setup@v2.0.1
24- with :
25- version : 7.0.0
22+ - name : Setup PNPM
23+ uses : pnpm/action-setup@v2.0.1
24+ with :
25+ version : 7.0.0
2626
27- - name : Install
28- run : pnpm install
27+ - name : Install
28+ run : pnpm install
2929
30- - name : Test
31- run : pnpm test
30+ - name : Test
31+ run : pnpm test
Original file line number Diff line number Diff line change @@ -12,25 +12,25 @@ jobs:
1212 matrix :
1313 node-version : [14.x, 16.x, 18.x]
1414
15- steps :
16- - uses : actions/checkout@v2
17-
18- - name : Setup Node 16
19- uses : actions/setup-node@v1
20- with :
21- node-version : 16
22- registry-url : https://registry.npmjs.org/
23-
24- - name : Setup PNPM
25- uses : pnpm/action-setup@v2.0.1
26- with :
27- version : 7.0.0
28-
29- - name : Install
30- run : pnpm install
31-
32- - name : Test
33- run : pnpm test
15+ steps :
16+ - uses : actions/checkout@v2
17+
18+ - name : Setup Node 16
19+ uses : actions/setup-node@v1
20+ with :
21+ node-version : 16
22+ registry-url : https://registry.npmjs.org/
23+
24+ - name : Setup PNPM
25+ uses : pnpm/action-setup@v2.0.1
26+ with :
27+ version : 7.0.0
28+
29+ - name : Install
30+ run : pnpm install
31+
32+ - name : Test
33+ run : pnpm test
3434
3535 publish-npm :
3636 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments