diff --git a/.drone.yml b/.drone.yml index cb4c1a0..ee1f5fb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,7 +29,7 @@ steps: - name: test image: 'node:22.13.0-slim' commands: - - yarn set version 4.5.1 + - yarn set version 4.6.0 - yarn install - yarn run jest