ci: downgrade release action to node 16
This commit is contained in:
parent
0ffd7fa4bb
commit
30e3f5b079
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue