Compare commits

..

1 Commits

Author SHA1 Message Date
5cdb413e1f chore(deps): update yarn to v4.0.2
All checks were successful
continuous-integration/drone/pr Build is passing
2023-11-14 09:50:03 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ steps:
- name: test
image: 'node:21.1.0-slim'
commands:
- yarn set version 4.0.2
- 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 4.0.2
@yarn set version 4.0.1
@yarn init -2
@yarn add typescript jest @types/jest ts-node ts-jest