File tree Expand file tree Collapse file tree 3 files changed +16
-13
lines changed Expand file tree Collapse file tree 3 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 9
9
name : Checking size
10
10
if : " !contains(github.event.head_commit.message, '[ci skip]')"
11
11
steps :
12
- - name : Checkout the repository
12
+ - name : Checkout repository
13
13
uses : actions/checkout@v3
14
14
- name : Install pnpm
15
15
uses : pnpm/action-setup@v2
16
16
with :
17
- version : 7
18
- - name : Install Node.js
17
+ version : 8.11
18
+ - name : Install Node
19
19
uses : actions/setup-node@v3
20
20
with :
21
- node-version : 16
21
+ node-version : 20
22
22
cache : ' pnpm'
23
+ registry-url : ' https://registry.npmjs.org'
23
24
- name : Check size
24
25
uses : andresz1/size-limit-action@master
25
26
with :
@@ -33,12 +34,13 @@ jobs:
33
34
- name : Install pnpm
34
35
uses : pnpm/action-setup@v2
35
36
with :
36
- version : 7
37
- - name : Install Node.js
37
+ version : 8.11
38
+ - name : Install Node
38
39
uses : actions/setup-node@v3
39
40
with :
40
- node-version : 16
41
+ node-version : 20
41
42
cache : ' pnpm'
43
+ registry-url : ' https://registry.npmjs.org'
42
44
- name : Install dependencies
43
45
run : pnpm install
44
46
- name : Check storybook
Original file line number Diff line number Diff line change @@ -13,12 +13,13 @@ jobs:
13
13
- name : Install pnpm
14
14
uses : pnpm/action-setup@v2
15
15
with :
16
- version : 7
17
- - name : Install Node.js
16
+ version : 8.11
17
+ - name : Install Node
18
18
uses : actions/setup-node@v3
19
19
with :
20
- node-version : 16
20
+ node-version : 20
21
21
cache : ' pnpm'
22
+ registry-url : ' https://registry.npmjs.org'
22
23
- name : Install dependencies
23
24
run : pnpm install
24
25
- name : Run tests
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
12
12
- name : Install pnpm
13
13
uses : pnpm/action-setup@v2
14
14
with :
15
- version : 7
16
- - name : Install Node.js
15
+ version : 8.11
16
+ - name : Install Node
17
17
uses : actions/setup-node@v3
18
18
with :
19
- node-version : 16
19
+ node-version : 20
20
20
cache : ' pnpm'
21
21
registry-url : ' https://registry.npmjs.org'
22
22
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments