We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 180c06d + 3d7318b commit 554918fCopy full SHA for 554918f
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ on:
10
11
env:
12
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13
- NODE_VERSION: 16
+ NODE_VERSION: 20
14
15
jobs:
16
release:
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/checkout@v3
22
- uses: pnpm/action-setup@v2
23
with:
24
- version: 8
+ version: 10
25
- uses: actions/setup-node@v3
26
27
node-version: '${{ env.NODE_VERSION }}'
package.json
@@ -34,8 +34,8 @@
34
"@embroider/macros": "^1.10.0",
35
"broccoli-funnel": "^3.0.8",
36
"broccoli-merge-trees": "^4.2.0",
37
- "ember-cli-babel": "^7.26.8",
38
- "ember-cli-htmlbars": "^6.0.1",
+ "ember-cli-babel": "^8.2.0",
+ "ember-cli-htmlbars": "^6.3.0",
39
"ember-cli-typescript": "^5.2.1"
40
},
41
"devDependencies": {
0 commit comments