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 a5fa6c1 commit a766174Copy full SHA for a766174
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup Node.js
19
uses: actions/setup-node@v4
20
with:
21
- node-version: "18"
+ node-version: "20"
22
cache: "npm"
23
cache-dependency-path: docs/package-lock.json
24
0 commit comments