Skip to content

Commit

Permalink
Merge pull request #922 from ember-learn/pnpm@9
Browse files Browse the repository at this point in the history
start using pnpm@9
  • Loading branch information
mansona authored Jul 20, 2024
2 parents ff0844c + 8276764 commit a937223
Show file tree
Hide file tree
Showing 3 changed files with 12,018 additions and 10,006 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
uses: actions/checkout@v4

- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
Expand All @@ -47,9 +44,6 @@ jobs:
uses: actions/checkout@v4

- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,6 @@
"overrides": {
"node-sass": "^9.0.0"
}
}
},
"packageManager": "pnpm@9.5.0"
}
Loading

0 comments on commit a937223

Please sign in to comment.