Skip to content

Commit 554918f

Browse files
authored
Merge pull request #11 from upfluence/pn/pnpm-upgrade
PNPM 8 to 10
2 parents 180c06d + 3d7318b commit 554918f

File tree

3 files changed

+8002
-5786
lines changed

3 files changed

+8002
-5786
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13-
NODE_VERSION: 16
13+
NODE_VERSION: 20
1414

1515
jobs:
1616
release:
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v3
2222
- uses: pnpm/action-setup@v2
2323
with:
24-
version: 8
24+
version: 10
2525
- uses: actions/setup-node@v3
2626
with:
2727
node-version: '${{ env.NODE_VERSION }}'

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@embroider/macros": "^1.10.0",
3535
"broccoli-funnel": "^3.0.8",
3636
"broccoli-merge-trees": "^4.2.0",
37-
"ember-cli-babel": "^7.26.8",
38-
"ember-cli-htmlbars": "^6.0.1",
37+
"ember-cli-babel": "^8.2.0",
38+
"ember-cli-htmlbars": "^6.3.0",
3939
"ember-cli-typescript": "^5.2.1"
4040
},
4141
"devDependencies": {

0 commit comments

Comments
 (0)