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: