Update Node.js to v22.17.0
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-07-01 00:37:38 +00:00
parent 94a19a380f
commit eafcbc0b23

View File

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