chore(deps): update yarn to v4.5.1 #71

Merged
joao.dubas merged 3 commits from renovate/yarn-monorepo into main 2024-10-29 17:50:15 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 01bd68aeec - Show all commits

View File

@ -29,7 +29,7 @@ steps:
- name: test
image: 'node:22.9.0-slim'
commands:
- yarn set version 4.5.0
- yarn set version 4.5.1
- yarn install
- yarn run jest

View File

@ -4,7 +4,7 @@ WORKDIR /opt/app
RUN apt-get update \
&& apt-get -y install make \
&& yarn set version 4.5.0
&& yarn set version 4.5.1
COPY ./Makefile ./
COPY ./package.json ./

View File

@ -6,7 +6,7 @@ asdf_install:
.PHONY: yarn_setup
yarn_setup:
@yarn set version 4.5.0
@yarn set version 4.5.1
@yarn init -2
@yarn add typescript jest @types/jest ts-node ts-jest