mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
force v16 of nodejs
This commit is contained in:
18
.github/workflows/tagged_release.yml
vendored
18
.github/workflows/tagged_release.yml
vendored
@@ -12,26 +12,24 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout source code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Compile locally
|
||||
run: make
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '16'
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v2
|
||||
|
||||
- name: Install pio
|
||||
- name: Install PlatformIO
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -U platformio
|
||||
platformio upgrade
|
||||
platformio update
|
||||
|
||||
- name: Build web
|
||||
- name: Build WebUI
|
||||
run: |
|
||||
cd interface
|
||||
npm install
|
||||
npm ci
|
||||
npm run build
|
||||
|
||||
- name: Build firmware
|
||||
|
||||
Reference in New Issue
Block a user