Compare commits
6 Commits
ed8a13ae68
...
renovate/t
Author | SHA1 | Date | |
---|---|---|---|
a663441a1e | |||
fd0075b376 | |||
477ef865ef | |||
19ba6d2346 | |||
0b212340d3 | |||
d514fe70f3 |
@@ -27,7 +27,7 @@ steps:
|
|||||||
restore: true
|
restore: true
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: 'node:22.15.0-slim'
|
image: 'node:22.17.0-slim'
|
||||||
commands:
|
commands:
|
||||||
- yarn set version 4.6.0
|
- yarn set version 4.6.0
|
||||||
- yarn install
|
- yarn install
|
||||||
|
@@ -1,2 +1,2 @@
|
|||||||
nodejs 22.15.0
|
nodejs 22.17.0
|
||||||
yarn 1.22.22
|
yarn 1.22.22
|
||||||
|
File diff suppressed because one or more lines are too long
@@ -3,4 +3,4 @@ plugins:
|
|||||||
path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
|
path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
|
||||||
spec: "https://go.mskelton.dev/yarn-outdated/v4"
|
spec: "https://go.mskelton.dev/yarn-outdated/v4"
|
||||||
|
|
||||||
yarnPath: .yarn/releases/yarn-4.9.1.cjs
|
yarnPath: .yarn/releases/yarn-4.9.2.cjs
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
FROM node:22.15.0-slim
|
FROM node:22.17.0-slim
|
||||||
|
|
||||||
WORKDIR /opt/app
|
WORKDIR /opt/app
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "clean-architecture",
|
"name": "clean-architecture",
|
||||||
"packageManager": "yarn@4.9.1",
|
"packageManager": "yarn@4.9.2",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/jest": "^30.0.0",
|
"@types/jest": "^30.0.0",
|
||||||
"@types/node": "^22.7.5",
|
"@types/node": "^22.7.5",
|
||||||
|
Reference in New Issue
Block a user