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 7d83c6a commit 566c2a1Copy full SHA for 566c2a1
.github/workflows/website.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Set up Node.js
35
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
36
with:
37
- node-version: 18
+ node-version: 20
38
cache: yarn
39
cache-dependency-path: ./website/package-lock.json
40
- name: Install dependencies
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
61
62
63
0 commit comments