Skip to content

Commit

Permalink
force v16 of nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Jun 26, 2021
1 parent 5bf53c3 commit 50459a2
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/tagged_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,24 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout source code
uses: actions/checkout@v2

- name: Compile locally
run: make

- name: Setup Python
uses: actions/setup-python@v2
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-node@v2
with:
node-version: '16'

- 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
Expand Down

0 comments on commit 50459a2

Please sign in to comment.