Skip to content

Commit 9b833d8

Browse files
committed
Update docs workflow
1 parent f36fe57 commit 9b833d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ jobs:
1818

1919
- name: Install pnpm
2020
uses: pnpm/action-setup@v2
21-
with:
22-
version: 7
2321

2422
- name: Setup Node.js
2523
uses: actions/setup-node@v3
2624
with:
27-
node-version: 18
25+
node-version: 20
2826
cache: 'pnpm'
2927

3028
- name: Install dependencies

0 commit comments

Comments
 (0)