Update Node.js to c7fd844
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Renovate Bot 2025-04-01 00:35:51 +00:00
parent d9e8e9218a
commit 2e2de56d7e

View File

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