File tree 4 files changed +791
-758
lines changed
4 files changed +791
-758
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,10 @@ coverage
7
7
.vendored
8
8
package-lock.json
9
9
10
+ .yarn /
11
+ .yarnrc.yml
12
+
10
13
** /.serverless
11
14
/.idea /
12
15
13
- .gitlab /build- * .yaml
16
+ .gitlab /build- * .yaml
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ default:
16
16
- runner_system_failure
17
17
18
18
.node-before-script: &node-before-script
19
+ - yarn --version
19
20
- echo 'yarn-offline-mirror ".yarn-cache/"' >> .yarnrc
20
21
- echo 'yarn-offline-mirror-pruning true' >> .yarnrc
21
22
- yarn install --frozen-lockfile --no-progress
Original file line number Diff line number Diff line change 28
28
"@types/node" : " ^20.12.10" ,
29
29
"@types/promise-retry" : " ^1.1.3" ,
30
30
"@types/shimmer" : " ^1.0.1" ,
31
- "dd-trace" : " ^4.44 .0" ,
31
+ "dd-trace" : " ^4.48 .0" ,
32
32
"jest" : " ^27.0.1" ,
33
33
"mock-fs" : " 4.14.0" ,
34
34
"nock" : " 13.5.4" ,
You can’t perform that action at this time.
0 commit comments