We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0093e4 commit ae889c8Copy full SHA for ae889c8
1 file changed
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
node-version: 25
24
cache: pnpm
25
- name: Install dependencies
26
- run: pnpm ci
+ run: pnpm ci --ignore-scripts
27
- name: Run tests
28
run: pnpm test
29
short:
@@ -47,7 +47,7 @@ jobs:
47
node-version: ${{ matrix.node-version }}
48
49
50
51
- name: Run unit tests
52
run: pnpm run unit
53
old:
@@ -78,7 +78,7 @@ jobs:
78
79
run: pnpm install --ignore-scripts
80
- name: Downgrade TypeScript
81
- run: pnpm install typescript@4
+ run: pnpm install typescript@4 --ignore-scripts
82
83
run: pnpm run old
84
windows:
0 commit comments