Skip to content

Commit 54fa65b

Browse files
committed
ci: update workflow
1 parent c0a81f6 commit 54fa65b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 18
27+
node-version: 20
2828
cache: pnpm
2929

3030
- name: Docs build

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ jobs:
1717
- name: Install pnpm
1818
uses: pnpm/action-setup@v2
1919
with:
20-
version: 7
2120
run_install: true
2221

2322
- name: Setup Node.js
2423
uses: actions/setup-node@v4
2524
with:
26-
node-version: 18
25+
node-version: 20
2726
cache: pnpm
2827

2928
- name: Docs build

0 commit comments

Comments
 (0)