chore(deps): update yarn to v4 #13

Merged
joao.dubas merged 3 commits from renovate/major-yarn-monorepo into main 2023-11-03 10:12:03 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 89cd0b27db - Show all commits

View File

@ -29,7 +29,7 @@ steps:
- name: test
image: 'node:21.1.0-slim'
commands:
- yarn set version 3.6.3
- yarn set version 4.0.1
- yarn install
- yarn run jest

View File

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