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

Reviewed-on: #188
This commit is contained in:
Brain 2025-05-07 13:39:29 +02:00
commit 366f4d2739

View File

@ -12,12 +12,12 @@ trigger:
steps:
- name: lint
image: node:22.14.0@sha256:c7fd844945a76eeaa83cb372e4d289b4a30b478a1c80e16c685b62c54156285b
image: node:22.15.0@sha256:a1f1274dadd49738bcd4cf552af43354bb781a7e9e3bc984cfeedc55aba2ddd8
commands:
- npm install
- npm run lint
- name: build
image: node:22.14.0@sha256:c7fd844945a76eeaa83cb372e4d289b4a30b478a1c80e16c685b62c54156285b
image: node:22.15.0@sha256:a1f1274dadd49738bcd4cf552af43354bb781a7e9e3bc984cfeedc55aba2ddd8
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:
@ -39,7 +39,7 @@ depends_on:
steps:
- name: build
image: node:22.14.0@sha256:c7fd844945a76eeaa83cb372e4d289b4a30b478a1c80e16c685b62c54156285b
image: node:22.15.0@sha256:a1f1274dadd49738bcd4cf552af43354bb781a7e9e3bc984cfeedc55aba2ddd8
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands: