Skip to content

Commit 996cdb2

Browse files
authored
chore(CI): update node version in release workflow (#165)
* update node version in release workflow * update axios
1 parent 9484f8e commit 996cdb2

3 files changed

Lines changed: 10 additions & 12 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,12 @@ jobs:
109109
- name: Install pnpm
110110
uses: pnpm/action-setup@v4
111111
with:
112-
version: 9
112+
version: 10
113113

114-
- name: Use Node.js 20
114+
- name: Use Node.js 24
115115
uses: actions/setup-node@v4
116116
with:
117-
node-version: 20
118-
cache: "pnpm"
119-
cache-dependency-path: ./web/pnpm-lock.yaml
117+
node-version: 24
120118

121119
- name: Install frontend dependencies
122120
run: pnpm install --ignore-scripts --frozen-lockfile

web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@tanstack/query-core": "^4.41.0",
5252
"@tanstack/react-virtual": "^3.13.12",
5353
"@use-gesture/react": "^10.3.1",
54-
"axios": "^1.11.0",
54+
"axios": "^1.12.2",
5555
"byte-size": "^9.0.1",
5656
"classnames": "^2.5.1",
5757
"clipboardy": "^4.0.0",
@@ -105,4 +105,4 @@
105105
"typescript": "^5.9.2",
106106
"vite": "^7.1.5"
107107
}
108-
}
108+
}

web/pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)