Skip to content

Commit 4362717

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

File tree

4 files changed

+80
-79
lines changed

4 files changed

+80
-79
lines changed

.github/workflows/ci-cd.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Node
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: 18.x
24+
node-version: 20.19.x
2525
- uses: pnpm/action-setup@v4
2626
with:
2727
version: 9
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install Node
4747
uses: actions/setup-node@v4
4848
with:
49-
node-version: 18.x
49+
node-version: 20.19.x
5050
- uses: pnpm/action-setup@v4
5151
with:
5252
version: 9
@@ -71,7 +71,7 @@ jobs:
7171
- name: Install Node
7272
uses: actions/setup-node@v4
7373
with:
74-
node-version: 18.x
74+
node-version: 20.19.x
7575
- uses: pnpm/action-setup@v4
7676
with:
7777
version: 9
@@ -103,7 +103,7 @@ jobs:
103103
- name: Install Node
104104
uses: actions/setup-node@v4
105105
with:
106-
node-version: 18.x
106+
node-version: 20.19.x
107107
- uses: pnpm/action-setup@v4
108108
with:
109109
version: 9

.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)