Compare commits
1 Commits
6be5a07f6b
...
3e6a8188e9
Author | SHA1 | Date | |
---|---|---|---|
3e6a8188e9 |
@ -27,7 +27,7 @@ steps:
|
||||
restore: true
|
||||
|
||||
- name: test
|
||||
image: 'node:20.9.0-slim'
|
||||
image: 'node:20.8.0-slim'
|
||||
commands:
|
||||
- yarn set version 3.6.3
|
||||
- yarn install
|
||||
|
12
.pnp.cjs
generated
12
.pnp.cjs
generated
@ -26,7 +26,7 @@ const RAW_RUNTIME_STATE =
|
||||
[null, {\
|
||||
"packageLocation": "./",\
|
||||
"packageDependencies": [\
|
||||
["@types/jest", "npm:29.5.7"],\
|
||||
["@types/jest", "npm:29.5.5"],\
|
||||
["@types/node", "npm:20.6.3"],\
|
||||
["jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.7.0"],\
|
||||
["ts-jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.1.1"],\
|
||||
@ -1379,10 +1379,10 @@ const RAW_RUNTIME_STATE =
|
||||
}]\
|
||||
]],\
|
||||
["@types/jest", [\
|
||||
["npm:29.5.7", {\
|
||||
"packageLocation": "../../../../cache/others/berry/cache/@types-jest-npm-29.5.7-e6780d868f-10.zip/node_modules/@types/jest/",\
|
||||
["npm:29.5.5", {\
|
||||
"packageLocation": "../../../../cache/others/berry/cache/@types-jest-npm-29.5.5-cc0df7a171-10.zip/node_modules/@types/jest/",\
|
||||
"packageDependencies": [\
|
||||
["@types/jest", "npm:29.5.7"],\
|
||||
["@types/jest", "npm:29.5.5"],\
|
||||
["expect", "npm:29.6.4"],\
|
||||
["pretty-format", "npm:29.6.3"]\
|
||||
],\
|
||||
@ -1933,7 +1933,7 @@ const RAW_RUNTIME_STATE =
|
||||
"packageLocation": "./",\
|
||||
"packageDependencies": [\
|
||||
["clean-architecture", "workspace:."],\
|
||||
["@types/jest", "npm:29.5.7"],\
|
||||
["@types/jest", "npm:29.5.5"],\
|
||||
["@types/node", "npm:20.6.3"],\
|
||||
["jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.7.0"],\
|
||||
["ts-jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.1.1"],\
|
||||
@ -4570,7 +4570,7 @@ const RAW_RUNTIME_STATE =
|
||||
["@types/babel-jest", null],\
|
||||
["@types/babel__core", null],\
|
||||
["@types/esbuild", null],\
|
||||
["@types/jest", "npm:29.5.7"],\
|
||||
["@types/jest", "npm:29.5.5"],\
|
||||
["@types/jest__types", null],\
|
||||
["@types/typescript", null],\
|
||||
["babel-jest", null],\
|
||||
|
@ -1,2 +1,2 @@
|
||||
nodejs 20.9.0
|
||||
nodejs 20.6.0
|
||||
yarn 1.22.19
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM node:20.9.0-slim
|
||||
FROM node:20.8.0-slim
|
||||
|
||||
WORKDIR /opt/app
|
||||
|
||||
|
@ -894,12 +894,12 @@ __metadata:
|
||||
linkType: hard
|
||||
|
||||
"@types/jest@npm:^29.5.4":
|
||||
version: 29.5.7
|
||||
resolution: "@types/jest@npm:29.5.7"
|
||||
version: 29.5.5
|
||||
resolution: "@types/jest@npm:29.5.5"
|
||||
dependencies:
|
||||
expect: "npm:^29.0.0"
|
||||
pretty-format: "npm:^29.0.0"
|
||||
checksum: 64a31afa2c8bd003c7e637c36933170f731341957150274e518564e513d6dd7cb8dae61afea29ff703c2c8d3bdbbc8fb97095029a4fc91f55707f26753557583
|
||||
checksum: 85bf86fd31ed9b76c26abc6bf771d09a9a8ff9362c81be353b8cf8ba102e09741b7f6951dca09aaa56d5fb410291e1eb5650b508da2fb3d36a0f035a91552a0d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user