Skip to content

Commit

Permalink
Bump pnpm to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Nov 14, 2024
1 parent 9904a7c commit 48a89a5
Show file tree
Hide file tree
Showing 5 changed files with 10,026 additions and 8,335 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8
- run: pnpm i --frozen-lockfile
- name: lint
run: pnpm run lint
Expand All @@ -37,8 +35,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8
- run: pnpm install --no-lockfile
- name: test
run: ${{ matrix.command }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/plan-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ jobs:
node-version: 20.x

- uses: pnpm/action-setup@v4
with:
version: 8
- run: pnpm install --frozen-lockfile

- name: 'Generate Explanation and Prep Changelogs'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- uses: pnpm/action-setup@v4
with:
version: 8
- run: pnpm install --frozen-lockfile
- name: npm publish
run: pnpm release-plan publish
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,10 @@
"optional": true
}
},
"packageManager": "[email protected]",
"volta": {
"node": "20.18.0",
"pnpm": "8.15.9"
"pnpm": "9.13.0"
},
"ember-addon": {
"version": 2,
Expand Down
Loading

0 comments on commit 48a89a5

Please sign in to comment.