fix: Set node version to 14 for publish assets

This commit is contained in:
Faris Ansari 2021-05-18 17:06:26 +05:30
parent e9cf28bcdb
commit dc539ff21c

View file

@ -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'