Skip to content

Commit 4807f9f

Browse files
committed
👷 ci: unpin nodejs version
1 parent c05e22a commit 4807f9f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/lint-and-fmt.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ jobs:
9090
- name: Setup Node.js
9191
uses: actions/setup-node@v5
9292
with:
93-
node-version: "22"
9493
cache: "pnpm"
9594
cache-dependency-path: "docs/pnpm-lock.yaml"
9695

.github/workflows/vitepress-deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- name: Setup Node.js
2727
uses: actions/setup-node@v5
2828
with:
29-
node-version: "22"
3029
cache: "pnpm"
3130
cache-dependency-path: "docs/pnpm-lock.yaml"
3231

0 commit comments

Comments
 (0)