Merge pull request 'Update Node.js to ec878c7' (#152) from renovate/node-22.11.0 into main
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #152
This commit is contained in:
Brain 2025-01-02 21:41:44 +01:00
commit dc0e7b3ccd

View File

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