ci: downgrade release action to node 16

This commit is contained in:
Nicolas Giard 2022-10-13 16:02:58 -04:00 committed by GitHub
parent 0ffd7fa4bb
commit 30e3f5b079
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -291,7 +291,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '16'
- name: Setup Python
uses: actions/setup-python@v4