Skip to content

Commit ae889c8

Browse files
committed
Try to fix CI
1 parent e0093e4 commit ae889c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: 25
2424
cache: pnpm
2525
- name: Install dependencies
26-
run: pnpm ci
26+
run: pnpm ci --ignore-scripts
2727
- name: Run tests
2828
run: pnpm test
2929
short:
@@ -47,7 +47,7 @@ jobs:
4747
node-version: ${{ matrix.node-version }}
4848
cache: pnpm
4949
- name: Install dependencies
50-
run: pnpm ci
50+
run: pnpm ci --ignore-scripts
5151
- name: Run unit tests
5252
run: pnpm run unit
5353
old:
@@ -78,7 +78,7 @@ jobs:
7878
- name: Install dependencies
7979
run: pnpm install --ignore-scripts
8080
- name: Downgrade TypeScript
81-
run: pnpm install typescript@4
81+
run: pnpm install typescript@4 --ignore-scripts
8282
- name: Run unit tests
8383
run: pnpm run old
8484
windows:

0 commit comments

Comments
 (0)