Compare commits
2 Commits
a53e35cc3c
...
8d0e1c2c7b
Author | SHA1 | Date | |
---|---|---|---|
8d0e1c2c7b | |||
13f553f323 |
@ -27,7 +27,7 @@ steps:
|
|||||||
restore: true
|
restore: true
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: 'node:22.11.0-slim'
|
image: 'node:22.13.0-slim'
|
||||||
commands:
|
commands:
|
||||||
- yarn set version 4.5.1
|
- yarn set version 4.5.1
|
||||||
- yarn install
|
- yarn install
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
nodejs 22.11.0
|
nodejs 22.13.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.5.3.cjs
|
yarnPath: .yarn/releases/yarn-4.6.0.cjs
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM node:22.11.0-slim
|
FROM node:22.13.0-slim
|
||||||
|
|
||||||
WORKDIR /opt/app
|
WORKDIR /opt/app
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "clean-architecture",
|
"name": "clean-architecture",
|
||||||
"packageManager": "yarn@4.5.3",
|
"packageManager": "yarn@4.6.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/jest": "^29.5.13",
|
"@types/jest": "^29.5.13",
|
||||||
"@types/node": "^22.7.5",
|
"@types/node": "^22.7.5",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user