Merge pull request 'Update Node.js to v20.14.0' (#63) from renovate/node-20.x into main
continuous-integration/drone/push Build is passing Details

Reviewed-on: #63
This commit is contained in:
Brain 2024-06-11 13:40:22 +02:00
commit b32697ed1f
1 changed files with 4 additions and 4 deletions

View File

@ -12,12 +12,12 @@ trigger:
steps:
- name: lint
image: node:20.12.2@sha256:3864be2201676a715cf240cfc17aec1d62459f92a7cbe7d32d1675e226e736c9
image: node:20.14.0@sha256:ab71b9da5ba19445dc5bb76bf99c218941db2c4d70ff4de4e0d9ec90920bfe3f
commands:
- npm install
- npm run lint
- name: build
image: node:20.12.2@sha256:3864be2201676a715cf240cfc17aec1d62459f92a7cbe7d32d1675e226e736c9
image: node:20.14.0@sha256:ab71b9da5ba19445dc5bb76bf99c218941db2c4d70ff4de4e0d9ec90920bfe3f
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:
@ -39,7 +39,7 @@ depends_on:
steps:
- name: build
image: node:20.12.2@sha256:3864be2201676a715cf240cfc17aec1d62459f92a7cbe7d32d1675e226e736c9
image: node:20.14.0@sha256:ab71b9da5ba19445dc5bb76bf99c218941db2c4d70ff4de4e0d9ec90920bfe3f
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:
@ -57,6 +57,6 @@ steps:
recursive: true
---
kind: signature
hmac: ecdbe7caaffba17813b29689a57849255bc20133c15f51c5d5184068c9c81924
hmac: ab9624949806a9cebd4591e1daac48755b526f8f2d60caef61ffef88e888d1c5
...