File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 - name : Setup Node.js
2525 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2626 with :
27- node-version : " 20 "
27+ node-version : " 22 "
2828 cache : " npm"
2929
3030 - name : Install root dependencies
Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
2727 - name : Checkout
2828 uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2929 with :
30- fetch-depth : 0 # Full history needed for git-based last updated dates
30+ fetch-depth : 0 # Full history needed for git-based last updated dates
3131
3232 - name : Setup Node.js
3333 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3434 with :
35- node-version : " 20 "
35+ node-version : " 22 "
3636 cache : " npm"
3737
3838 - name : Install root dependencies
You can’t perform that action at this time.
0 commit comments