mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-27 15:02:41 +00:00
Migrate test workflow to use Node 24 (#8466)
Node 24 is now the common version amoungst all of our actions.
This commit is contained in:
parent
13c4c2037d
commit
b6830a68a0
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 22
|
||||
node-version: 24
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user