Skip to content

Commit fa45a44

Browse files
authored
fix: use Node 16 for publish GH action (#457)
1 parent c9c7ac8 commit fa45a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929
- uses: actions/setup-node@v1
3030
with:
31-
node-version: 10
31+
node-version: 16
3232
- uses: actions/setup-python@v2
3333
- name: 'configure git'
3434
run: |

0 commit comments

Comments
 (0)