File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 19
19
- uses : actions/checkout@v4
20
20
- uses : actions/setup-node@v4
21
21
with :
22
- node-version-file : package.json
22
+ node-version : 20
23
23
cache : " npm"
24
24
- name : Install dependencies
25
25
run : npm ci
33
33
- uses : actions/checkout@v4
34
34
- uses : actions/setup-node@v4
35
35
with :
36
- node-version-file : package.json
36
+ node-version : 20
37
37
cache : " npm"
38
38
- name : Install dependencies
39
39
run : npm ci
47
47
- uses : actions/checkout@v4
48
48
- uses : actions/setup-node@v4
49
49
with :
50
- node-version-file : package.json
50
+ node-version : 20
51
51
cache : " npm"
52
52
- name : Install dependencies, build and remove dev dependencies
53
53
run : |
Original file line number Diff line number Diff line change 23
23
- uses : actions/checkout@v4
24
24
- uses : actions/setup-node@v4
25
25
with :
26
- node-version-file : package.json
26
+ node-version : 20
27
27
cache : " npm"
28
28
- name : Install dependencies
29
29
run : npm ci
45
45
- uses : actions/checkout@v4
46
46
- uses : actions/setup-node@v4
47
47
with :
48
- node-version-file : package.json
48
+ node-version : 20
49
49
cache : " npm"
50
50
- name : Install dependencies
51
51
run : npm ci
71
71
- uses : actions/checkout@v4
72
72
- uses : actions/setup-node@v4
73
73
with :
74
- node-version-file : package.json
74
+ node-version : 20
75
75
cache : " npm"
76
76
- name : Install dependencies
77
77
run : npm ci
Original file line number Diff line number Diff line change 22
22
- uses : actions/checkout@v4
23
23
- uses : actions/setup-node@v4
24
24
with :
25
- node-version-file : package.json
25
+ node-version : 20
26
26
cache : " npm"
27
27
- name : Install dependencies
28
28
run : npm ci
Original file line number Diff line number Diff line change 25
25
- uses : actions/checkout@v4
26
26
- uses : actions/setup-node@v4
27
27
with :
28
- node-version-file : package.json
28
+ node-version : 20
29
29
registry-url : " https://registry.npmjs.org"
30
30
cache : " npm"
31
31
- name : Bump version
Original file line number Diff line number Diff line change 19
19
fetch-depth : 0
20
20
- uses : actions/setup-node@v4
21
21
with :
22
- node-version-file : package.json
22
+ node-version : 20
23
23
registry-url : " https://registry.npmjs.org"
24
24
cache : " npm"
25
25
- name : Get version
55
55
- uses : actions/checkout@v4
56
56
- uses : actions/setup-node@v4
57
57
with :
58
- node-version-file : package.json
58
+ node-version : 20
59
59
registry-url : " https://registry.npmjs.org"
60
60
cache : " npm"
61
61
- name : Build package
You can’t perform that action at this time.
0 commit comments