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

Reviewed-on: #142
This commit is contained in:
Brain 2024-12-02 14:04:13 +01:00
commit dfe134d4fa

View File

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