Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into fix/dev-server-restart
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Jan 5, 2025
2 parents ba4b21a + 7aaba64 commit bf95db5
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 23 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/publish-starter-kit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish-v1-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish-v2-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish-v3-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-web-extension/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bf95db5

Please sign in to comment.