Skip to content

Commit 4e5e8af

Browse files
authored
Use node 16
1 parent ad358f2 commit 4e5e8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
secrets:
4343
gh_token: ${{ secrets.GITHUB_TOKEN }}
4444
with:
45-
node_version: 14
45+
node_version: 16
4646
install: yarn && cd docs && yarn && cd ..
4747
build: yarn build:docs
4848
output_dir: docs/public

0 commit comments

Comments
 (0)