Merge pull request 'Update Node.js to v20.15.0' (#70) from renovate/node-20.x into main
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #70
This commit is contained in:
Brain 2024-07-01 12:07:58 +02:00
commit ba4b6dfb54

View File

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