chore(deps): update yarn to v4
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
João Paulo Dubas 2023-11-03 09:53:51 +00:00
parent 6909fdfb4d
commit 89cd0b27db
2 changed files with 2 additions and 2 deletions

View File

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

View File

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