diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bbe367..8800aa9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: "26" # corepack is not bundled with Node >= 25; use the pnpm action instead. @@ -90,7 +90,7 @@ jobs: # Runs the pure apicore::shape layer natively and dumps every reply # shape to spec/v2/fixtures/generated/ for schema validation below. run: pio test -e native -d firmware - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: "26" - uses: pnpm/action-setup@v4 @@ -111,7 +111,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: "3.12" - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: "26" # corepack is not bundled with Node >= 25; use the pnpm action instead. @@ -135,7 +135,7 @@ jobs: - uses: actions/setup-go@v6 with: go-version: "1.25" - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: "26" # corepack is not bundled with Node >= 25; use the pnpm action instead. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f04a6f..0019658 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: "3.12" - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: "26" # corepack is not bundled with Node >= 25; use the pnpm action instead. @@ -101,7 +101,7 @@ jobs: - uses: actions/setup-go@v6 with: go-version: "1.25" - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: "26" # corepack is not bundled with Node >= 25; use the pnpm action instead.