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

Reviewed-on: #153
This commit is contained in:
Brain 2025-01-03 17:39:27 +01:00
commit 39e4c0af9e

View File

@ -12,12 +12,12 @@ trigger:
steps:
- name: lint
image: node:22.11.0@sha256:ec878c763e9fad09d22aae86e2edcb7a05b397dfe8411c16e2b90158d595e2ce
image: node:22.12.0@sha256:0e910f435308c36ea60b4cfd7b80208044d77a074d16b768a81901ce938a62dc
commands:
- npm install
- npm run lint
- name: build
image: node:22.11.0@sha256:ec878c763e9fad09d22aae86e2edcb7a05b397dfe8411c16e2b90158d595e2ce
image: node:22.12.0@sha256:0e910f435308c36ea60b4cfd7b80208044d77a074d16b768a81901ce938a62dc
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:
@ -39,7 +39,7 @@ depends_on:
steps:
- name: build
image: node:22.11.0@sha256:ec878c763e9fad09d22aae86e2edcb7a05b397dfe8411c16e2b90158d595e2ce
image: node:22.12.0@sha256:0e910f435308c36ea60b4cfd7b80208044d77a074d16b768a81901ce938a62dc
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands: