Skip to content

Commit

Permalink
chore: update pnpm version and dependencies in workflows and package.…
Browse files Browse the repository at this point in the history
…json
  • Loading branch information
jqshuv committed Dec 25, 2024
1 parent 0e8bbd5 commit 9ab2ff6
Show file tree
Hide file tree
Showing 4 changed files with 846 additions and 926 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
uses: actions/checkout@v4
- name: 📦 Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9.12.2
- name: 📦 Install Node.js 20
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -48,8 +46,6 @@ jobs:
uses: actions/checkout@v4
- name: 📦 Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9.12.2
- name: 💽 Setup Enviroment
# echo "[vars]" >> wrangler.toml
# echo "AUTH_SECRET = \"${SHORT_API_KEY}\" " >> wrangler.toml
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
uses: actions/checkout@v4
- name: 📦 Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9.12.2
- name: 📦 Install Node.js 20
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -54,8 +52,6 @@ jobs:
uses: actions/checkout@v4
- name: 📦 Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9.12.2
- name: 📦 Install Node.js 20
uses: actions/setup-node@v4
with:
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
"coverage": "vitest --coverage"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.5.20",
"@cloudflare/workers-types": "^4.20241018.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@release-it/conventional-changelog": "^9.0.0",
"husky": "^9.1.6",
"release-it": "^17.10.0",
"typescript": "^5.6.3",
"vitepress": "^1.4.1",
"@cloudflare/vitest-pool-workers": "^0.5.40",
"@cloudflare/workers-types": "^4.20241224.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@release-it/conventional-changelog": "^9.0.4",
"husky": "^9.1.7",
"release-it": "^17.11.0",
"typescript": "^5.7.2",
"vitepress": "^1.5.0",
"vitest": "2.0.5",
"wrangler": "^3.81.0"
"wrangler": "^3.99.0"
},
"packageManager": "pnpm@9.12.2"
"packageManager": "pnpm@9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf"
}
Loading

0 comments on commit 9ab2ff6

Please sign in to comment.