File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
- name : Setup Node
30
30
uses : actions/setup-node@v4
31
31
with :
32
- node-version : 18
32
+ node-version : 20
33
33
registry-url : " https://registry.npmjs.org"
34
34
cache : ' npm'
Original file line number Diff line number Diff line change 16
16
- uses : actions/setup-node@v4
17
17
with :
18
18
registry-url : ' https://registry.npmjs.org'
19
- node-version : 18
19
+ node-version : 20
20
20
cache : ' npm'
21
21
22
22
- name : Install
Original file line number Diff line number Diff line change 38
38
- name : Setup Node
39
39
uses : actions/setup-node@v4
40
40
with :
41
- node-version : 18
41
+ node-version : 20
42
42
- name : Generate SBOM
43
43
run : |
44
44
npm install -g npm@^10.2.0
65
65
- name : Setup Node
66
66
uses : actions/setup-node@v4
67
67
with :
68
- node-version : 18
68
+ node-version : 20
69
69
registry-url : " https://registry.npmjs.org"
70
70
cache : ' npm'
71
71
- name : Build Packages
You can’t perform that action at this time.
0 commit comments