Skip to content

Commit 204054e

Browse files
committed
fix: update node version to 23
Signed-off-by: yuluo-yx <[email protected]>
1 parent 59100aa commit 204054e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
- name: Set up Node
3232
uses: actions/setup-node@v5
3333
with:
34-
node-version: 20
35-
cache: 'npm'
34+
node-version: 23
3635

3736
- name: Set up Rust
3837
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)