Skip to content

Commit 441e35e

Browse files
committed
fix: By bumping node version to v20.19 we will fix the @handlebars/parser issue
1 parent 26b33fc commit 441e35e

File tree

3 files changed

+76
-75
lines changed

3 files changed

+76
-75
lines changed

.tool-versions

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nodejs 18.20.3
2-
pnpm 9.9.0
1+
nodejs 20.19
2+
pnpm 9.9.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@glimmer/component": "^1.1.2",
3737
"@glimmer/syntax": "^0.87.1",
3838
"@glimmer/tracking": "^1.1.2",
39-
"@handlebars/parser": "^2.1.0",
39+
"@handlebars/parser": "^2.2.0",
4040
"broccoli-bridge": "^1.0.0",
4141
"broccoli-caching-writer": "^3.0.3",
4242
"broccoli-filter": "^1.3.0",

0 commit comments

Comments
 (0)