diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 70b1f33..8f58421 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,10 +18,11 @@ jobs: - name: Checkout Branch uses: actions/checkout@v3 - - name: Install pnpm - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 + name: Install pnpm with: - version: 7 + version: 9 + run_install: false - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index e0db841..9a4b45b 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -18,10 +18,11 @@ jobs: - name: Checkout Branch uses: actions/checkout@v3 - - name: Install pnpm - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 + name: Install pnpm with: - version: 7 + version: 9 + run_install: false - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3