Skip to content

Commit c556d25

Browse files
authored
Update .scrutinizer.yml
1 parent 6d7dd36 commit c556d25

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

.scrutinizer.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
checks:
22
javascript: true
33

4-
before_commands:
5-
- corepack enable
6-
- corepack prepare pnpm@latest-11 --activate
7-
- pnpm install --frozen-lockfile
8-
94
build:
105
image: default-jammy
116
nodes:
127
analysis:
138
environment:
149
node: 20
15-
tests:
16-
override:
17-
- js-scrutinizer-run
10+
commands:
11+
- corepack enable
12+
- corepack prepare pnpm@latest-11 --activate
13+
- pnpm install --frozen-lockfile
14+
- pnpm exec js-scrutinizer-run

0 commit comments

Comments
 (0)