Skip to content

Commit 12de2ec

Browse files
authored
Update .scrutinizer.yml
1 parent 6e28b41 commit 12de2ec

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.scrutinizer.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ checks:
33

44
build:
55
image: default-jammy
6+
67
nodes:
78
analysis:
89
environment:
910
node: 20
11+
1012
tests:
1113
override:
12-
- js-scrutinizer-run
14+
- corepack enable
15+
- pnpm install --frozen-lockfile
16+
- pnpm build

0 commit comments

Comments
 (0)