File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,11 +58,10 @@ jobs:
5858 cat postwoman_extension_hook_patch.txt >> hoppscotch/packages/hoppscotch-common/src/platform/std/interceptors/extension.ts
5959 echo "patched ExtensionStrategy.ts"
6060 cat hoppscotch/packages/hoppscotch-common/src/platform/std/interceptors/extension.ts
61- - name : Use Node.js 18 .x
62- uses : actions/setup-node@v2
61+ - name : Use Node.js 22 .x
62+ uses : actions/setup-node@v4
6363 with :
64- node-version : 18.x
65- cache : ' npm'
64+ node-version : 22.x
6665 - name : ' Install the root tauri dependences'
6766 run : |
6867 yarn install
@@ -115,11 +114,10 @@ jobs:
115114 unzip ${{env.APP_NAME}}-${{ github.event.inputs.tag_version }}.zip -d dist
116115 - name : Display structure of downloaded files
117116 run : ls -l . dist
118- - name : Use Node.js 18 .x
119- uses : actions/setup-node@v2
117+ - name : Use Node.js 22 .x
118+ uses : actions/setup-node@v4
120119 with :
121- node-version : 18.x
122- cache : ' yarn'
120+ node-version : 22.x
123121 - uses : actions/setup-java@v4
124122 with :
125123 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments