Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
node-version: "26"
# corepack is not bundled with Node >= 25; use the pnpm action instead.
- uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@v6
with:
version: 11
- name: Validate schemas + fixtures
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- uses: actions/setup-node@v6
with:
node-version: "26"
- uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@v6
with:
version: 11
- name: Validate firmware output against spec schemas
Expand All @@ -115,7 +115,7 @@ jobs:
with:
node-version: "26"
# corepack is not bundled with Node >= 25; use the pnpm action instead.
- uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@v6
with:
version: 11
- name: Generate DB header + build/gzip web assets
Expand All @@ -139,7 +139,7 @@ jobs:
with:
node-version: "26"
# corepack is not bundled with Node >= 25; use the pnpm action instead.
- uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@v6
with:
version: 11
- name: Install Wails system deps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
node-version: "26"
# corepack is not bundled with Node >= 25; use the pnpm action instead.
- uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@v6
with:
version: 11
- name: Install PlatformIO
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
with:
node-version: "26"
# corepack is not bundled with Node >= 25; use the pnpm action instead.
- uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@v6
with:
version: 11
- name: Install Wails system deps (Linux)
Expand Down
Loading