diff --git a/.github/workflows/publish-npm.yaml b/.github/workflows/publish-npm.yaml index ab9f511..c74f6a7 100644 --- a/.github/workflows/publish-npm.yaml +++ b/.github/workflows/publish-npm.yaml @@ -22,7 +22,7 @@ jobs: name: Install pnpm id: pnpm-install with: - version: 9.6.0 + version: 9.15.9 - name: Build run: | @@ -56,7 +56,7 @@ jobs: name: Install pnpm id: pnpm-install with: - version: 9.6.0 + version: 9.15.9 - name: Cache 'dist' directory uses: actions/cache@v4