From 4f55988b8762c69d04d53179a7e2d2e741035e18 Mon Sep 17 00:00:00 2001 From: louis Date: Mon, 13 Jul 2026 16:55:33 +0200 Subject: [PATCH] fix release workflow --- .github/workflows/changeset.yml | 8 -------- .github/workflows/release.yml | 4 +--- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/changeset.yml b/.github/workflows/changeset.yml index 82e5167b97..d5675201db 100644 --- a/.github/workflows/changeset.yml +++ b/.github/workflows/changeset.yml @@ -16,14 +16,6 @@ jobs: - name: Checkout Repo uses: actions/checkout@v3 - - name: Setup Node.js 16.x - uses: actions/setup-node@v3 - with: - node-version: 16.x - - - name: install pnpm - run: npm i pnpm@latest -g - - name: Prepare uses: ./.github/actions/prepare with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1df7574125..09d580e97c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,10 +45,8 @@ jobs: node-version: 24 registry-url: https://registry.npmjs.org - - name: Switch to pnpm 10 + - name: Reinstall pnpm for Node 24 uses: pnpm/action-setup@v4 - with: - version: 10 - name: Publish packages to NPM env: