chore(deps): update actions/setup-node action to v6 (#5486)

This commit is contained in:
renovate[bot]
2026-05-19 06:20:13 -05:00
committed by GitHub
parent 4eb7ed8fe0
commit 733cb92aec
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ jobs:
fetch-depth: 1
- name: Setup Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: "20"
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
git clone --depth=1 --branch main https://github.com/meshtastic/Meshtastic-Android.git /tmp/Meshtastic-Android
- name: Setup Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version-file: ".nvmrc"