diff --git a/.github/workflows/build-storybook.yml b/.github/workflows/build-storybook.yml index 8457863209..e0c13bcaed 100644 --- a/.github/workflows/build-storybook.yml +++ b/.github/workflows/build-storybook.yml @@ -35,7 +35,6 @@ jobs: - uses: pnpm/action-setup@v4.0.0 with: - version: 8.x.x run_install: true - name: Build project run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 42625f4fda..fae2c68626 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,8 +23,7 @@ jobs: run: git lfs checkout - uses: pnpm/action-setup@v4.0.0 - with: - version: 8.x.x + - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: