File tree Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1919 - name : Setup Node.js
2020 uses : actions/setup-node@v4
2121 with :
22- node-version : ' 18 '
22+ node-version : ' 22 '
2323 cache : ' npm'
2424
2525 - name : Install dependencies
Original file line number Diff line number Diff line change 3030 - name : Setup Node.js
3131 uses : actions/setup-node@v4
3232 with :
33- node-version : ' 18 '
33+ node-version : ' 22 '
3434 cache : ' npm'
3535
3636 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -17,18 +17,12 @@ jobs:
1717 - name : Setup Node.js
1818 uses : actions/setup-node@v4
1919 with :
20- node-version : ' 18 '
20+ node-version : ' 22 '
2121
2222 - name : Install dependencies
2323 run : |
2424 npm ci
2525
26- - name : Ensure zip/unzip utilities are available (Ubuntu)
27- if : runner.os == 'Linux'
28- run : |
29- sudo apt-get update
30- sudo apt-get install -y zip unzip
31-
3226 - name : Validate project (structure, files, outputs)
3327 run : |
3428 node scripts/validate.js
Original file line number Diff line number Diff line change 1616 - name : Setup Node.js
1717 uses : actions/setup-node@v4
1818 with :
19- node-version : ' 18 '
19+ node-version : ' 22 '
2020
2121 - name : Get version from tag
2222 id : get_version
You can’t perform that action at this time.
0 commit comments