diff --git a/.github/workflows/publish-npm.yaml b/.github/workflows/publish-npm.yaml index ab9f511..dbb85c7 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: 10.14.0 - name: Build run: | @@ -56,7 +56,7 @@ jobs: name: Install pnpm id: pnpm-install with: - version: 9.6.0 + version: 10.14.0 - name: Cache 'dist' directory uses: actions/cache@v4