upgrade to node 20
continuous-integration/drone/tag Build is failing Details

This commit is contained in:
Julien Fastré 2024-02-09 00:00:13 +01:00
parent 6c0caef3d5
commit e701b75f1e
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
3 changed files with 2472 additions and 1927 deletions

View File

@ -37,10 +37,11 @@ steps:
- build-base-image
- name: build-assets
image: node:16
image: node:20
pull: always
commands:
- yarn install
- yarn list
- yarn run encore production
depends_on:
- composer-install
@ -111,6 +112,6 @@ steps:
---
kind: signature
hmac: 707a5ef589fb6320f9e9e1dec7d8d4d11b477ba09e3b2b08d6f31f98d6d3f5d0
hmac: 0bca4dec9822a08338f6f3b88badf771558aee19b41967837aa64853a1573cad
...

View File

@ -18,4 +18,4 @@ docker run \
--volume ${PWD}:/app \
--workdir /app \
--env YARN_CACHE_FOLDER=/app/.yarncache \
node:16 ${cmd}
node:20 ${cmd}

4392
yarn.lock

File diff suppressed because it is too large Load Diff