Skip to content

Commit

Permalink
Try to upgrade node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Cleirigh committed Feb 2, 2025
1 parent 66571e1 commit 4658217
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_esp32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
apt update
apt install git
git config --global --add safe.directory /__w/tensorflow-micropython-examples/tensorflow-micropython-examples
- name: install node
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Checkout repository
uses: actions/checkout@v2
- name: Prepare to Build Tensorflow Micropython Firmware for ESP32
Expand Down

0 comments on commit 4658217

Please sign in to comment.