File tree Expand file tree Collapse file tree 6 files changed +263
-164
lines changed
Expand file tree Collapse file tree 6 files changed +263
-164
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 2121 },
2222 "dependencies" : {
2323 "@quasar/cli" : " ^2.4.1" ,
24- "@quasar/extras" : " ^1.16.15 " ,
24+ "@quasar/extras" : " ^1.16.16 " ,
2525 "accepts" : " ^1.3.8" ,
2626 "country-locale-map" : " ^1.9.9" ,
2727 "lunr" : " ^2.3.9" ,
28- "pinia" : " ^2.3.0 " ,
28+ "pinia" : " ^2.3.1 " ,
2929 "quasar" : " ^2.14.3" ,
30- "three" : " ^0.172 .0" ,
30+ "three" : " ^0.173 .0" ,
3131 "twemoji" : " ^14.0.2" ,
3232 "vue" : " ^3.5.13" ,
33- "vue-i18n" : " ^11.0.1 " ,
33+ "vue-i18n" : " ^11.1.0 " ,
3434 "vue-router" : " ^4.5.0" ,
3535 "yaml" : " ^2.7.0"
3636 },
4040 "@quasar/app-vite" : " ^1.8.0" ,
4141 "@quasar/quasar-app-extension-testing-e2e-cypress" : " ^6.1.0" ,
4242 "autoprefixer" : " ^10.4.20" ,
43- "cypress" : " ^13.17.0 " ,
43+ "cypress" : " ^14.0.1 " ,
4444 "eslint" : " ^8.57.0" ,
4545 "eslint-config-prettier" : " ^10.0.1" ,
46- "eslint-plugin-cypress" : " ^3.6 .0" ,
46+ "eslint-plugin-cypress" : " ^4.1 .0" ,
4747 "eslint-plugin-vue" : " ^9.32.0" ,
4848 "glob" : " ^11.0.1" ,
4949 "postcss" : " ^8.5.1" ,
5252 "vite-plugin-sitemap" : " ^0.7.1"
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