chore: bump yarn to 4.4.1 in ci and Makefile (#58)
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #58
Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
This commit is contained in:
2024-09-03 16:39:30 +00:00
committed by João Paulo Dubas
parent ad320c5e4f
commit 42dfe959a5
3 changed files with 3 additions and 3 deletions

View File

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