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:03:15 +00:00
parent 6017c77d5c
commit 3914d8734c
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:3M3n7tHeZMwM8NoM+MTvQ4zohO8MFFiyZVTZvmSEZb4

View File

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