Update Node.js to v22.22.1
continuous-integration/drone/pr Build is passing

This commit is contained in:
2026-03-06 00:36:01 +00:00
parent b5af63e2c1
commit d0fa0fe2a7
+3 -3
View File
@@ -12,12 +12,12 @@ trigger:
steps:
- name: lint
image: node:22.21.1@sha256:dcf06103a9d4087e3244a51697adbbb85331dcb7161dbe994ca1cd07dd32e2a5
image: node:22.22.1@sha256:b501c082306a4f528bc4038cbf2fbb58095d583d0419a259b2114b5ac53d12e9
commands:
- npm install
- npm run lint
- name: build
image: node:22.21.1@sha256:dcf06103a9d4087e3244a51697adbbb85331dcb7161dbe994ca1cd07dd32e2a5
image: node:22.22.1@sha256:b501c082306a4f528bc4038cbf2fbb58095d583d0419a259b2114b5ac53d12e9
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:
@@ -39,7 +39,7 @@ depends_on:
steps:
- name: build
image: node:22.21.1@sha256:dcf06103a9d4087e3244a51697adbbb85331dcb7161dbe994ca1cd07dd32e2a5
image: node:22.22.1@sha256:b501c082306a4f528bc4038cbf2fbb58095d583d0419a259b2114b5ac53d12e9
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands: