Skip to content

Commit 343baf5

Browse files
committed
Fixes js-yaml dependency
1 parent 7e2793d commit 343baf5

File tree

4 files changed

+26
-16
lines changed

4 files changed

+26
-16
lines changed

.github/workflows/pull-request-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
node-version: '20.x'
3535

3636
- name: Install dependencies
37-
run: npm install jest jest-environment-jsdom liquidjs gray-matter magic-string --save-dev
37+
run: npm install jest jest-environment-jsdom liquidjs gray-matter js-yaml --save-dev
3838
working-directory: ./tests
3939

4040
- name: Run Jest Tests

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
- .:/website
2222
working_dir: /website/tests
2323
command: >
24-
sh -c "npm install jest jest-environment-jsdom liquidjs gray-matter magic-string --save-dev
24+
sh -c "npm install jest jest-environment-jsdom liquidjs gray-matter js-yaml --save-dev
2525
npm test"
2626
2727

tests/package-lock.json

Lines changed: 22 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"gray-matter": "^4.0.3",
88
"jest": "^30.2.0",
99
"jest-environment-jsdom": "^30.2.0",
10-
"liquidjs": "^10.24.0",
11-
"magic-string": "^0.30.21"
10+
"js-yaml": "^4.1.0",
11+
"liquidjs": "^10.24.0"
1212
}
1313
}

0 commit comments

Comments
 (0)