File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v4
1717 - uses : actions/setup-node@v4
1818 with :
19- node-version : 18
19+ node-version : 24
2020 cache : yarn
2121
2222 - name : Install dependencies
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v4
1616 - uses : actions/setup-node@v4
1717 with :
18- node-version : 18
18+ node-version : 24
1919 - name : Set env
2020 run : |
2121 echo "NPM_VERSION=$(${{ github.ref_name }} | cut -c 28-)" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 2525 - name : Setup Node
2626 uses : actions/setup-node@v4
2727 with :
28- node-version : 18
28+ node-version : 24
2929 registry-url : ' https://registry.npmjs.org'
3030
3131 - name : Share readme
Original file line number Diff line number Diff line change 5151 " services/*"
5252 ],
5353 "volta" : {
54- "node" : " 24.2 .0" ,
54+ "node" : " 24.12 .0" ,
5555 "yarn" : " 4.9.2"
5656 },
5757 "engines" : {
You can’t perform that action at this time.
0 commit comments