File tree Expand file tree Collapse file tree 2 files changed +12
-14
lines changed Expand file tree Collapse file tree 2 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 13
13
fetch-depth : 0
14
14
token : ${{ secrets.GITHUB_TOKEN }}
15
15
16
- - uses : actions/setup-node@v4
17
- with :
18
- node-version : " 20"
19
-
20
16
- uses : stefanbuck/github-issue-parser@v3
21
17
id : issue-parser
22
18
with :
@@ -26,10 +22,13 @@ jobs:
26
22
id : local-mods
27
23
run : echo "mods_output=$(< ./mods.json sed ':a;N;$!ba;s/\n/ /g')" >> $GITHUB_ENV
28
24
29
- - name : Build
30
- run : |
31
- cd scripts
32
- npm run build
25
+ - uses : actions/setup-node@v4
26
+ with :
27
+ node-version : " 22"
28
+ cache : " npm"
29
+ - run : cd scripts
30
+ - run : npm ci
31
+ - run : npm run build
33
32
34
33
- id : modify-mod-list
35
34
uses : ./actions/modify-mod-list
Original file line number Diff line number Diff line change @@ -32,12 +32,11 @@ jobs:
32
32
33
33
- uses : actions/setup-node@v4
34
34
with :
35
- node-version : " 20"
36
-
37
- - name : Build
38
- run : |
39
- cd scripts
40
- npm run build
35
+ node-version : " 22"
36
+ cache : " npm"
37
+ - run : cd scripts
38
+ - run : npm ci
39
+ - run : npm run build
41
40
42
41
- name : Checkout database repo
43
42
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments