File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 2222 - name : Set up Node.js 22
2323 uses : actions/setup-node@v3
2424 with :
25- # Always build using the same Node.js version, to ensure consistent
26- # results from scripts/iu-mappings.js.
27- # This version should be the same as the one used in the
28- # publish-on-tag workflow.
2925 node-version : 22
3026 - name : Install dependencies
3127 run : npm install
Original file line number Diff line number Diff line change 1414 - name : Set up Node.js 22
1515 uses : actions/setup-node@v3
1616 with :
17- # Always build using the same Node.js version, to ensure consistent
18- # results from scripts/iu-mappings.js.
19- # This version should be the same as the one used in the main workflow.
2017 node-version : 22
2118 - name : Install dependencies
2219 run : npm install
You can’t perform that action at this time.
0 commit comments