File tree Expand file tree Collapse file tree 5 files changed +19
-4
lines changed
Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 2020 - name : Checkout repository
2121 uses : actions/checkout@v4
2222
23+ - name : Set up Node.js
24+ uses : actions/setup-node@v4
25+ with :
26+ node-version : ' 22'
27+
2328 - name : Install dependencies
2429 run : yarn install
2530
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
2020 uses : juliangruber/find-pull-request-action@v1
2121 with :
2222 branch : ${{ github.event.workflow_run.head_branch }}
23-
23+
2424 - name : Checkouting code
2525 uses : actions/checkout@v4
2626 with :
2727 ref : ${{ github.event.workflow_run.head_branch }}
28-
28+
2929 - name : Merge pull request
3030 env :
3131 PR_URL : ${{ steps.find_pr.outputs.url }}
32- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
32+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3333 run : gh pr merge --merge
Original file line number Diff line number Diff line change 2525 - name : Checkout Repository
2626 uses : actions/checkout@v4
2727
28+ - name : Set up Node.js
29+ uses : actions/setup-node@v4
30+ with :
31+ node-version : ' 22'
32+
2833 - name : Install Dependencies
2934 run : yarn install
3035
Original file line number Diff line number Diff line change 1616 - name : Checkout code
1717 uses : actions/checkout@v4
1818
19+ - name : Set up Node.js
20+ uses : actions/setup-node@v4
21+ with :
22+ node-version : ' 22'
23+
1924 - name : Install dependencies
2025 run : yarn install
2126
Original file line number Diff line number Diff line change 5252 "vite-plugin-sitemap" : " ^0.5.3"
5353 },
5454 "engines" : {
55- "node" : " ^20 || ^18 || ^22 " ,
55+ "node" : " ^22 || ^23 " ,
5656 "npm" : " >= 6.13.4" ,
5757 "yarn" : " >= 1.21.1"
5858 }
You can’t perform that action at this time.
0 commit comments