Skip to content

Commit 81b0f9b

Browse files
committed
fix doc publish node version
1 parent c5595e0 commit 81b0f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v1
3333
- uses: actions/setup-node@v1
3434
with:
35-
node-version: '12.x'
35+
node-version: '16.x'
3636
- name: Add key to allow access to repository
3737
env:
3838
SSH_AUTH_SOCK: /tmp/ssh_agent.sock

0 commit comments

Comments
 (0)