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 ad358f2 commit 4e5e8afCopy full SHA for 4e5e8af
.github/workflows/deploy_production.yml
@@ -42,7 +42,7 @@ jobs:
42
secrets:
43
gh_token: ${{ secrets.GITHUB_TOKEN }}
44
with:
45
- node_version: 14
+ node_version: 16
46
install: yarn && cd docs && yarn && cd ..
47
build: yarn build:docs
48
output_dir: docs/public
0 commit comments