3 Commits

Author SHA1 Message Date
630ab8e5e8 Merge pull request 'Update Node.js to v22.17.1' (#213) from renovate/node-22.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #213
2025-08-01 14:44:29 +02:00
0d66e0eefb Merge pull request 'Lock file maintenance' (#214) from renovate/lock-file-maintenance into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #214
2025-08-01 14:41:46 +02:00
105c515d15 Update Node.js to v22.17.1
All checks were successful
continuous-integration/drone/pr Build is passing
2025-08-01 00:36:24 +00:00

View File

@ -12,12 +12,12 @@ trigger:
steps:
- name: lint
image: node:22.17.0@sha256:0c0734eb7051babbb3e95cd74e684f940552b31472152edf0bb23e54ab44a0d7
image: node:22.17.1@sha256:37ff334612f77d8f999c10af8797727b731629c26f2e83caa6af390998bdc49c
commands:
- npm install
- npm run lint
- name: build
image: node:22.17.0@sha256:0c0734eb7051babbb3e95cd74e684f940552b31472152edf0bb23e54ab44a0d7
image: node:22.17.1@sha256:37ff334612f77d8f999c10af8797727b731629c26f2e83caa6af390998bdc49c
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:
@ -39,7 +39,7 @@ depends_on:
steps:
- name: build
image: node:22.17.0@sha256:0c0734eb7051babbb3e95cd74e684f940552b31472152edf0bb23e54ab44a0d7
image: node:22.17.1@sha256:37ff334612f77d8f999c10af8797727b731629c26f2e83caa6af390998bdc49c
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands: