We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66571e1 commit 4658217Copy full SHA for 4658217
.github/workflows/build_esp32.yml
@@ -21,7 +21,10 @@ jobs:
21
apt update
22
apt install git
23
git config --global --add safe.directory /__w/tensorflow-micropython-examples/tensorflow-micropython-examples
24
-
+ - name: install node
25
+ - uses: actions/setup-node@v4
26
+ with:
27
+ node-version: 18
28
- name: Checkout repository
29
uses: actions/checkout@v2
30
- name: Prepare to Build Tensorflow Micropython Firmware for ESP32
0 commit comments