|
@@ -15,10 +15,10 @@ jobs:
|
|
uses: actions/setup-python@v1
|
|
uses: actions/setup-python@v1
|
|
with:
|
|
with:
|
|
python-version: 3.7
|
|
python-version: 3.7
|
|
- - name: Set up Node.js v13.5
|
|
|
|
- uses: actions/setup-node@v1
|
|
|
|
|
|
+ - name: Set up Node.js
|
|
|
|
+ uses: actions/setup-node@v2
|
|
with:
|
|
with:
|
|
- node-version: 13.5
|
|
|
|
|
|
+ node-version: '14'
|
|
- name: Build frontend
|
|
- name: Build frontend
|
|
working-directory: ./webiojs
|
|
working-directory: ./webiojs
|
|
run: |
|
|
run: |
|