Skip to content

Commit

Permalink
chore(pnpm): fix lockfile and remove extraneous lockfiles (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo authored Jun 15, 2023
1 parent 3989c56 commit ac80500
Show file tree
Hide file tree
Showing 14 changed files with 687 additions and 9,016 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '18'
node-version-file: '.node-version'
cache: 'pnpm'

- uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '18'
node-version-file: '.node-version'
cache: 'pnpm'

- uses: actions/cache@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '18'
node-version-file: '.node-version'
cache: 'pnpm'

- name: Install dependencies
Expand All @@ -46,7 +46,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '18'
node-version-file: '.node-version'
cache: 'pnpm'

- name: Install dependencies
Expand All @@ -67,7 +67,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '18'
node-version-file: '.node-version'
cache: 'pnpm'

- name: Install dependencies
Expand All @@ -88,7 +88,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '18'
node-version-file: '.node-version'
cache: 'pnpm'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '18'
node-version-file: '.node-version'
cache: 'pnpm'

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/visual-tests-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '18'
node-version-file: '.node-version'
cache: 'pnpm'

- uses: actions/cache@v3
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/hydrogen
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"prettier": "2.8.8",
"publint": "0.1.12",
"ts-jest": "29.1.0",
"turbo": "^1.9.3",
"turbo": "1.10.3",
"typescript": "^5.0.0"
},
"packageManager": "pnpm@8.4.0",
"packageManager": "pnpm@8.6.2",
"engines": {
"node": ">=16.14"
"node": ">=18"
}
}
1 change: 0 additions & 1 deletion packages/edge-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"@vercel/edge-config-fs": "workspace:*"
},
"devDependencies": {
"@babel/core": "7.22.5",
"@changesets/cli": "2.26.1",
"@edge-runtime/jest-environment": "2.2.2",
"@edge-runtime/types": "2.1.2",
Expand Down
1 change: 0 additions & 1 deletion packages/kv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"@upstash/redis": "1.20.6"
},
"devDependencies": {
"@babel/core": "7.22.5",
"@changesets/cli": "2.26.1",
"@edge-runtime/jest-environment": "2.2.2",
"@edge-runtime/types": "2.1.2",
Expand Down
Loading

1 comment on commit ac80500

@vercel
Copy link

@vercel vercel bot commented on ac80500 Jun 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.