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 2121 - name : Setup Node
2222 uses : actions/setup-node@v4
2323 with :
24- node-version : 18
24+ node-version : 24
2525
2626 - name : Share readme
2727 run : cp README.md packages/graphql-armor/README.md
Original file line number Diff line number Diff line change 5151 " services/*"
5252 ],
5353 "volta" : {
54- "node" : " 24.2 .0" ,
54+ "node" : " 24.10 .0" ,
5555 "yarn" : " 4.9.2"
5656 },
5757 "engines" : {
You can’t perform that action at this time.
0 commit comments