diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 904dc881..d2aa4195 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -214,7 +214,7 @@ jobs: Get-Command pnpm -ErrorAction SilentlyContinue - name: setup pnpm ## see https://github.com/pnpm/action-setup - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: version: ${{ matrix.pnpm-version }} - name: test pnpm