chore: upgrade yarn on ci and make
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
João Paulo Dubas 2024-10-08 13:08:35 +00:00
parent e45df8fcab
commit 46804316ea
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA
3 changed files with 437 additions and 437 deletions

View File

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

870
.pnp.cjs generated

File diff suppressed because it is too large Load Diff

View File

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