diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 99fb3f0..b6cbaa0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v3 with: - version: 7.32.2 + version: 8.15.8 - name: Setup Node.js uses: actions/setup-node@v4 diff --git a/package.json b/package.json index d64cdef..0592990 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.0.3", "description": "React renderer for Canvas", "type": "module", + "packageManager": "pnpm@8.15.8", "module": "./dist/index.js", "types": "./dist/index.js.map", "exports": { @@ -48,5 +49,5 @@ }, "peerDependencies": { "react": "18" - } + }, }