Skip to content

Commit f5e182e

Browse files
committed
chore: update node version
1 parent a0dc567 commit f5e182e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Node.js environment
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: 22
38+
node-version: 23
3939
cache: "pnpm"
4040

4141
- name: Install dependencies

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Node.js environment
3737
uses: actions/setup-node@v4
3838
with:
39-
node-version: 22
39+
node-version: 23
4040
cache: "pnpm"
4141

4242
- name: Install dependencies

0 commit comments

Comments
 (0)