File tree Expand file tree Collapse file tree 8 files changed +16
-7
lines changed Expand file tree Collapse file tree 8 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- uses : actions/checkout@v4
26
+ - uses : actions/setup-node@v4
27
+ with :
28
+ node-version-file : ' .nvmrc'
26
29
- name : Set up JDK
27
30
uses : actions/setup-java@v4
28
31
with :
61
64
# exceeds this limit. Therefore, we combine the individual runs in the SARIF files.
62
65
- uses : actions/setup-node@v4
63
66
with :
64
- node-version : ' 20.x '
67
+ node-version-file : ' .nvmrc '
65
68
- name : Combine SARIF files
66
69
run : |
67
70
npx @microsoft/sarif-multitool merge --merge-runs --output-file merged.sarif $(find . -iname '*.sarif*')
Original file line number Diff line number Diff line change 10
10
steps :
11
11
- name : Checkout Project
12
12
uses : actions/checkout@v4
13
+ - uses : actions/setup-node@v4
14
+ with :
15
+ node-version-file : ' .nvmrc'
13
16
- name : Set up JDK
14
17
uses : actions/setup-java@v4
15
18
with :
Original file line number Diff line number Diff line change 30
30
- name : Setup Node.js
31
31
uses : actions/setup-node@v4
32
32
with :
33
- node-version : 20
33
+ node-version-file : ' .nvmrc '
34
34
- name : Cache Node packages
35
35
uses : actions/cache@v4
36
36
with :
Original file line number Diff line number Diff line change 10
10
- uses : actions/checkout@v4
11
11
- uses : actions/setup-node@v4
12
12
with :
13
- node-version : 20
13
+ node-version-file : ' .nvmrc '
14
14
- uses : actions/cache@v4
15
15
with :
16
16
path : node_modules
Original file line number Diff line number Diff line change 28
28
29
29
steps :
30
30
- uses : actions/checkout@v4
31
+ - uses : actions/setup-node@v4
32
+ with :
33
+ node-version-file : ' .nvmrc'
31
34
- name : Set up JDK
32
35
uses : actions/setup-java@v4
33
36
with :
Original file line number Diff line number Diff line change 26
26
- uses : actions/checkout@v4
27
27
- uses : actions/setup-node@v4
28
28
with :
29
- node-version : ' 18.3.0 '
29
+ node-version-file : ' .nvmrc '
30
30
registry-url : ' https://artifacts.itemis.cloud/repository/npm-open/'
31
31
scope : ' <@modelix>'
32
32
- name : Set up JDK
Original file line number Diff line number Diff line change 15
15
with :
16
16
fetch-depth : 0
17
17
token : ${{ secrets.RELEASE_TOKEN }}
18
- - name : Setup Node.js
19
- uses : actions/setup-node@v4
18
+ - uses : actions/setup-node@v4
20
19
with :
21
- node-version : 20
20
+ node-version-file : ' .nvmrc '
22
21
- name : Cache Node packages
23
22
uses : actions/cache@v4
24
23
with :
Original file line number Diff line number Diff line change
1
+ 22.12.0
You can’t perform that action at this time.
0 commit comments