Skip to content

Commit 4658217

Browse files
author
Michael O'Cleirigh
committed
Try to upgrade node version to 18
1 parent 66571e1 commit 4658217

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_esp32.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ jobs:
2121
apt update
2222
apt install git
2323
git config --global --add safe.directory /__w/tensorflow-micropython-examples/tensorflow-micropython-examples
24-
24+
- name: install node
25+
- uses: actions/setup-node@v4
26+
with:
27+
node-version: 18
2528
- name: Checkout repository
2629
uses: actions/checkout@v2
2730
- name: Prepare to Build Tensorflow Micropython Firmware for ESP32

0 commit comments

Comments
 (0)