chore(deps): update yarn to v4.1.0 #33

Merged
joao.dubas merged 2 commits from renovate/yarn-monorepo into main 2024-02-29 20:23:21 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d1e3db8c47 - Show all commits

View File

@ -29,7 +29,7 @@ steps:
- name: test
image: 'node:21.6.1-slim'
commands:
- yarn set version 4.0.2
- yarn set version 4.1.0
- yarn install
- yarn run jest

View File

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