diff --git a/.github/workflows/CD.yaml b/.github/workflows/CD.yaml index 56e7a3ba1..3e337eb23 100644 --- a/.github/workflows/CD.yaml +++ b/.github/workflows/CD.yaml @@ -45,7 +45,7 @@ jobs: - name: PNPM Install uses: pnpm/action-setup@v4 with: - version: 9.6.0 + version: 9.15.0 # 安装Node环境 - name: Install Node.js @@ -92,7 +92,7 @@ jobs: - name: PNPM Install uses: pnpm/action-setup@v4 with: - version: 9.6.0 + version: 9.15.0 # 安装Node环境 - name: Install Node.js diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 92436b831..1da7b1a6d 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -47,7 +47,7 @@ jobs: - name: PNPM Install uses: pnpm/action-setup@v4 with: - version: 9.6.0 + version: 9.15.0 # 安装Node环境 - name: Install Node.js diff --git a/package.json b/package.json index c50f26530..80d89698f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "JavaScriptCollection", "type": "module", "version": "0.0.2-alpha.24", - "packageManager": "pnpm@9.6.0", + "packageManager": "pnpm@9.15.0", "description": "一本有趣的JavaScript合集", "authorInfo": { "name": "微信公众号:储凡", @@ -12,7 +12,7 @@ }, "engines": { "node": ">=18.x", - "pnpm": "9.6.0" + "pnpm": "9.15.0" }, "scripts": { "preinstall": "npx only-allow pnpm && chmod +x ./scripts/*",