feat: upgrade yarn to 4.5.3

This commit is contained in:
2024-11-25 15:09:46 +00:00
parent c35f05c791
commit ae8094c9e0
3 changed files with 3 additions and 3 deletions

View File

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