upgrade to node 20

This commit is contained in:
2024-02-09 00:00:13 +01:00
parent 6c0caef3d5
commit e701b75f1e
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
...