File tree 4 files changed +376
-831
lines changed
4 files changed +376
-831
lines changed Original file line number Diff line number Diff line change 21
21
cache : ' yarn'
22
22
23
23
- name : Install dependencies
24
- run : yarn install --immutable-cache
24
+ run : yarn install --immutable
25
25
26
26
- name : Check linter
27
27
run : yarn check
Original file line number Diff line number Diff line change 30
30
registry-url : ' https://registry.npmjs.org'
31
31
32
32
- name : Install dependencies
33
- run : yarn install --immutable-cache
33
+ run : yarn install --immutable
34
34
35
35
- name : Build the project
36
36
run : yarn build
Original file line number Diff line number Diff line change 51
51
"devDependencies" : {
52
52
"@biomejs/biome" : " 1.9.4" ,
53
53
"@ekino/logger" : " 2.1.1" ,
54
- "@jonahsnider/benchmark" : " ^ 5.1.1" ,
55
- "@types/node" : " 22.7.7 " ,
56
- "@vitest/coverage-v8" : " 2.1.3 " ,
57
- "commitlint" : " 19.5 .0" ,
58
- "pino" : " ^ 9.5.0" ,
59
- "typescript" : " 5.6.3 " ,
60
- "vitest" : " ^ 2.1.3 " ,
61
- "winston" : " ^3.15 .0"
54
+ "@jonahsnider/benchmark" : " 5.1.1" ,
55
+ "@types/node" : " 22.10.0 " ,
56
+ "@vitest/coverage-v8" : " 2.1.6 " ,
57
+ "commitlint" : " 19.6 .0" ,
58
+ "pino" : " 9.5.0" ,
59
+ "typescript" : " 5.7.2 " ,
60
+ "vitest" : " 2.1.6 " ,
61
+ "winston" : " 3.17 .0"
62
62
},
63
63
"scripts" : {
64
64
"lint" : " biome check --write" ,
You can’t perform that action at this time.
0 commit comments