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

Reviewed-on: #161
This commit is contained in:
Brain 2025-02-03 18:06:56 +01:00
commit 543da5f888

View File

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