Skip to content

Commit 9377f2f

Browse files
authored
Merge pull request #620 from Brooooooklyn/fix-jest
fix(jest): xxhash should be dependency
2 parents 2e7bcba + 5559136 commit 9377f2f

File tree

3 files changed

+21
-22
lines changed

3 files changed

+21
-22
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: 'Install dependencies'
3535
run: |
3636
npm install -g pnpm
37-
pnpm install --frozen-lockfile
37+
pnpm install
3838
3939
- name: Build TypeScript
4040
run: pnpm build
@@ -68,7 +68,7 @@ jobs:
6868
- name: 'Install dependencies'
6969
run: |
7070
npm install -g pnpm
71-
pnpm install --frozen-lockfile
71+
pnpm install
7272
7373
- name: Build TypeScript
7474
run: |

packages/jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"access": "public"
1414
},
1515
"dependencies": {
16+
"@node-rs/xxhash": "^1.0.0",
1617
"@swc-node/core": "^1.7.1"
1718
},
1819
"devDependencies": {
19-
"@node-rs/xxhash": "^1.0.0",
2020
"@swc/core": "^1.2.104"
2121
},
2222
"repository": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)