mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-13 16:55:08 +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: |
|
run: |
|
||||||
pio upgrade
|
pio upgrade
|
||||||
|
|
||||||
|
- name: Setup Node
|
||||||
|
uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: 18
|
||||||
|
|
||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: pnpm/action-setup@v4
|
uses: pnpm/action-setup@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user