Skip to content

Commit

Permalink
Merge pull request #194 from KaiShoya/upgrade/#184_pnpm_v9
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiShoya committed Apr 17, 2024
2 parents 0c6b134 + 1f73e55 commit 150fc00
Show file tree
Hide file tree
Showing 5 changed files with 5,961 additions and 4,725 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codacy-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
version: 9
run_install: false

- name: Update patch version
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drink-counter",
"version": "1.15.0",
"version": "1.15.1",
"license": "MIT",
"engines": {
"node": "20"
Expand All @@ -10,7 +10,7 @@
"email": "[email protected]"
},
"private": true,
"packageManager": "pnpm@8.14.1+sha256.2df78e65d433d7693b9d3fbdaf431b2d96bb4f96a2ffecd51a50efe16e50a6a8",
"packageManager": "pnpm@9.0.1+sha256.46d50ee2afecb42b185ebbd662dc7bdd52ef5be56bf035bb615cab81a75345df",
"scripts": {
"build": "nuxi generate",
"dev": "nuxt dev",
Expand Down
Loading

0 comments on commit 150fc00

Please sign in to comment.