Skip to content

Commit

Permalink
chore(deps): Update pnpm to 9.14.3 in workflows and package.json
Browse files Browse the repository at this point in the history
This commit removes specific pnpm version configurations from GitHub workflows, allowing them to use the default version as configured in package.json. The package.json file is updated to set pnpm to version 9.14.3, ensuring consistency across the project. These changes streamline the workflows and help maintain version alignment.
  • Loading branch information
hckhanh committed Nov 29, 2024
1 parent 11d2beb commit b12e020
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
uses: dcarbone/install-jq-action@v2
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: latest
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
- uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
Expand All @@ -41,8 +39,6 @@ jobs:
- uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8
- name: Set up Node.js ${{matrix.node}}
uses: actions/setup-node@v4
with:
Expand All @@ -62,8 +58,6 @@ jobs:
- uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8
- name: Set up Node.js
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"typescript": "5.4.3",
"vitest": "1.3.1"
},
"packageManager": "[email protected].2"
"packageManager": "[email protected].3"
}

0 comments on commit b12e020

Please sign in to comment.