Compare commits

...

4 Commits

Author SHA1 Message Date
b32697ed1f Merge pull request 'Update Node.js to v20.14.0' (#63) from renovate/node-20.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #63
2024-06-11 13:40:22 +02:00
f53cf633e3
Merge remote-tracking branch 'origin/main' into renovate/node-20.x
All checks were successful
continuous-integration/drone/pr Build is passing
2024-06-11 13:39:05 +02:00
4cead05247
Sign Drone config
All checks were successful
continuous-integration/drone/pr Build is passing
2024-06-11 13:37:51 +02:00
d21657c994 Update Node.js to v20.14.0
All checks were successful
continuous-integration/drone/pr Build is passing
2024-06-01 00:34:27 +00:00

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
...