diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 42703f88..6d290667 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -10,14 +10,12 @@ jobs: uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 - with: - version: 8 - name: Install Node uses: actions/setup-node@v4 with: node-version: 18 - cache: 'pnpm' + cache: "pnpm" - name: Install Dependencies run: pnpm install --frozen-lockfile diff --git a/.github/workflows/publish-starter-kit.yml b/.github/workflows/publish-starter-kit.yml index c69299cd..fdbeb35d 100644 --- a/.github/workflows/publish-starter-kit.yml +++ b/.github/workflows/publish-starter-kit.yml @@ -21,14 +21,12 @@ jobs: uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 - with: - version: 8 - name: Install Node uses: actions/setup-node@v3 with: node-version: 18 - cache: 'pnpm' + cache: "pnpm" - name: Install Dependencies run: pnpm install --frozen-lockfile @@ -44,14 +42,12 @@ jobs: fetch-depth: 0 - uses: pnpm/action-setup@v2 - with: - version: 8 - name: Install Node uses: actions/setup-node@v3 with: node-version: 18 - cache: 'pnpm' + cache: "pnpm" - name: Install Dependencies run: pnpm install --frozen-lockfile diff --git a/.github/workflows/publish-v1-docs.yml b/.github/workflows/publish-v1-docs.yml index a9f433bf..6ac64b49 100644 --- a/.github/workflows/publish-v1-docs.yml +++ b/.github/workflows/publish-v1-docs.yml @@ -14,8 +14,6 @@ jobs: ref: v1 - uses: pnpm/action-setup@v2 - with: - version: 8 - name: Install Vercel CLI run: npm install --global vercel@latest diff --git a/.github/workflows/publish-v2-docs.yml b/.github/workflows/publish-v2-docs.yml index 299ac105..3a05b401 100644 --- a/.github/workflows/publish-v2-docs.yml +++ b/.github/workflows/publish-v2-docs.yml @@ -14,8 +14,6 @@ jobs: ref: v2 - uses: pnpm/action-setup@v2 - with: - version: 8 - name: Install Vercel CLI run: npm install --global vercel@latest diff --git a/.github/workflows/publish-v3-docs.yml b/.github/workflows/publish-v3-docs.yml index 9864b7a9..25984980 100644 --- a/.github/workflows/publish-v3-docs.yml +++ b/.github/workflows/publish-v3-docs.yml @@ -14,8 +14,6 @@ jobs: ref: v3 - uses: pnpm/action-setup@v2 - with: - version: 8 - name: Install Vercel CLI run: npm install --global vercel@latest diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4910e7c6..0bbb831c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,14 +11,12 @@ jobs: uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 - with: - version: 8 - name: Install Node uses: actions/setup-node@v3 with: node-version: 18 - cache: 'pnpm' + cache: "pnpm" - name: Install Dependencies run: pnpm install --frozen-lockfile diff --git a/package.json b/package.json index baaf562c..e3103f78 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,7 @@ { "private": true, "license": "MIT", - "engines": { - "pnpm": "8" - }, + "packageManager": "pnpm@8.15.9", "type": "module", "scripts": { "clean": "rm -rf node_modules **/node_modules", diff --git a/packages/vite-plugin-web-extension/package.json b/packages/vite-plugin-web-extension/package.json index 414033f6..5549748a 100644 --- a/packages/vite-plugin-web-extension/package.json +++ b/packages/vite-plugin-web-extension/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-web-extension", - "version": "4.4.1", + "version": "4.4.2", "license": "MIT", "homepage": "https://vite-plugin-web-extension.aklinker1.io", "repository": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e683711c..3d06ac4e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -210,7 +210,7 @@ importers: specifier: ^2.3.0 version: 2.3.0 vite: - specifier: ^5.0.0 || ^4.1.4 + specifier: ^6.0.0 || ^5.0.0 || ^4.1.4 version: 5.0.2(@types/node@18.11.18)(sass@1.54.8) web-ext-option-types: specifier: 8.3.1