Skip to content

Commit

Permalink
Merge pull request #11 from upfluence/pn/pnpm-upgrade
Browse files Browse the repository at this point in the history
PNPM 8 to 10
  • Loading branch information
phndiaye authored Jan 14, 2025
2 parents 180c06d + 3d7318b commit 554918f
Show file tree
Hide file tree
Showing 3 changed files with 8,002 additions and 5,786 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_VERSION: 16
NODE_VERSION: 20

jobs:
release:
Expand All @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
version: 10
- uses: actions/setup-node@v3
with:
node-version: '${{ env.NODE_VERSION }}'
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"@embroider/macros": "^1.10.0",
"broccoli-funnel": "^3.0.8",
"broccoli-merge-trees": "^4.2.0",
"ember-cli-babel": "^7.26.8",
"ember-cli-htmlbars": "^6.0.1",
"ember-cli-babel": "^8.2.0",
"ember-cli-htmlbars": "^6.3.0",
"ember-cli-typescript": "^5.2.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 554918f

Please sign in to comment.