fix: Set node version to 14 for publish assets
This commit is contained in:
parent
e9cf28bcdb
commit
dc539ff21c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-assets-develop.yml
vendored
2
.github/workflows/publish-assets-develop.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
path: 'frappe'
|
path: 'frappe'
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
python-version: '12.x'
|
node-version: 14
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: '3.6'
|
python-version: '3.6'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue