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 6b7b84d commit 6372cdfCopy full SHA for 6372cdf
.github/workflows/build.yml
@@ -14,6 +14,6 @@ jobs:
14
- name: Node.js
15
uses: actions/setup-node@v3
16
with:
17
- node-version: 18.x
+ node-version: 16.x
18
- run: yarn
19
- run: yarn run docs:build
0 commit comments