Skip to content

Commit

Permalink
Updated build for node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Jan 28, 2024
1 parent 7550916 commit 318ce07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio
- name: Set up python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install PlatformIO
run: python -m pip install -U platformio
- name: Build firmware
run: pio run
- name: Archive firmwares
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: firmwares.zip
path: .pio/build/*/*.bin
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#default_envs = esp32-4827S043C
#default_envs = esp32-4827S043N
#default_envs = esp32-4827S043R
#default_envs = esp32-4848S040CIY1
default_envs = esp32-4848S040CIY1
#default_envs = esp32-4848S040CIY3
#default_envs = esp32-8048S043C
#default_envs = esp32-8048S043N
Expand Down

0 comments on commit 318ce07

Please sign in to comment.