Skip to content

Commit 924b631

Browse files
committed
update node v22 tools
1 parent 4e39902 commit 924b631

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)