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

This commit is contained in:
Renovate Bot 2024-11-07 16:35:41 +00:00
parent 9c24f83f67
commit fe679725cb

View File

@ -12,12 +12,12 @@ trigger:
steps: steps:
- name: lint - name: lint
image: node:20.18.0@sha256:a5e0ed56f2c20b9689e0f7dd498cac7e08d2a3a283e92d9304e7b9b83e3c6ff3 image: node:22.11.0@sha256:de4c8be8232b7081d8846360d73ce6dbff33c6636f2259cd14d82c0de1ac3ff2
commands: commands:
- npm install - npm install
- npm run lint - npm run lint
- name: build - name: build
image: node:20.18.0@sha256:a5e0ed56f2c20b9689e0f7dd498cac7e08d2a3a283e92d9304e7b9b83e3c6ff3 image: node:22.11.0@sha256:de4c8be8232b7081d8846360d73ce6dbff33c6636f2259cd14d82c0de1ac3ff2
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.18.0@sha256:a5e0ed56f2c20b9689e0f7dd498cac7e08d2a3a283e92d9304e7b9b83e3c6ff3 image: node:22.11.0@sha256:de4c8be8232b7081d8846360d73ce6dbff33c6636f2259cd14d82c0de1ac3ff2
environment: environment:
NODE_OPTIONS: '--openssl-legacy-provider' NODE_OPTIONS: '--openssl-legacy-provider'
commands: commands: