chore: upgrade node/yarn
All checks were successful
continuous-integration/drone/pr Build is passing

* node from 21.7.3 to 22.6.0
* yarn from 4.1.0 to 4.4.0
This commit is contained in:
2024-08-18 18:43:21 -03:00
parent ba4b18c5cc
commit d2fb9e0de4
7 changed files with 933 additions and 901 deletions

View File

@@ -27,9 +27,9 @@ steps:
restore: true
- name: test
image: 'node:21.7.3-slim'
image: 'node:22.6.0-slim'
commands:
- yarn set version 4.1.0
- yarn set version 4.4.0
- yarn install
- yarn run jest