fix: use Node 16 for publish GH action (#457)

This commit is contained in:
Kim Persson
2022-03-31 16:47:02 +02:00
committed by GitHub
parent c9c7ac8559
commit fa45a44fe4

View File

@@ -28,7 +28,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: 10
node-version: 16
- uses: actions/setup-python@v2
- name: 'configure git'
run: |