We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a81f6 commit 54fa65bCopy full SHA for 54fa65b
.github/workflows/docs.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Setup Node.js
25
uses: actions/setup-node@v4
26
with:
27
- node-version: 18
+ node-version: 20
28
cache: pnpm
29
30
- name: Docs build
.github/workflows/test.yml
@@ -17,13 +17,12 @@ jobs:
17
- name: Install pnpm
18
uses: pnpm/action-setup@v2
19
20
- version: 7
21
run_install: true
22
23
0 commit comments