mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 10:19:59 +00:00
Setup node
This commit is contained in:
parent
3c126212d5
commit
292027f40f
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@ -85,6 +85,11 @@ jobs:
|
||||
run: |
|
||||
pio upgrade
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user