Compare commits

...

2 Commits

Author SHA1 Message Date
b143fbb8d4 Merge pull request 'Update Node.js to v22' (#125) from renovate/node-22.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #125
2024-11-12 13:01:53 +01:00
884f8f95fb Update Node.js to v22
All checks were successful
continuous-integration/drone/pr Build is passing
2024-11-12 08:35:36 +00:00

View File

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