chore(deps): update yarn to v4.6.0
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
João Paulo Dubas 2025-01-15 12:01:47 +00:00
parent 8d0e1c2c7b
commit 6017c77d5c
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:3M3n7tHeZMwM8NoM+MTvQ4zohO8MFFiyZVTZvmSEZb4
2 changed files with 2 additions and 2 deletions

View File

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

View File

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