chore: bump yarn to 4.4.1 in ci and Makefile #58

Merged
joao.dubas merged 1 commits from jpd-upgrade-ci-pipeline into main 2024-09-03 16:39:31 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 59f9c7a7ce - Show all commits

View File

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

View File

@ -1,2 +1,2 @@
nodejs 22.8.0 nodejs 22.8.0
yarn 4.4.0 yarn 1.22.22

View File

@ -6,7 +6,7 @@ asdf_install:
.PHONY: yarn_setup .PHONY: yarn_setup
yarn_setup: yarn_setup:
@yarn set version 4.1.0 @yarn set version 4.4.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