Skip to content

Commit 5ea97dc

Browse files
committed
update workflow without frozen lockfile
1 parent 036bb5f commit 5ea97dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
bun-version: 1.3.x
2828

2929
- name: Install dependencies
30-
run: bun install --frozen-lockfile
30+
run: bun install
3131

3232
- name: Linter checks
3333
run: bun run lint
@@ -36,7 +36,7 @@ jobs:
3636
run: bun run prettify:diff
3737

3838
- name: Tests
39-
run: bun run test
39+
run: TZ=UTC npx cross-env NODE_ENV=test npx jest
4040
env:
4141
CI: true
4242

0 commit comments

Comments
 (0)