Update Node.js to 1de802f
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
Renovate Bot 2024-04-24 00:34:28 +00:00
parent a4f3c91a5d
commit 9a3a5551f1
1 changed files with 3 additions and 3 deletions

View File

@ -12,12 +12,12 @@ trigger:
steps:
- name: lint
image: node:20.12.2@sha256:844b41cf784f66d7920fd673f7af54ca7b81e289985edc6cd864e7d05e0d133c
image: node:20.12.2@sha256:1de802fdf24ea1b1b5dddb5bbd17049708e61226c9753879360d056298fd5c66
commands:
- npm install
- npm run lint
- name: build
image: node:20.12.2@sha256:844b41cf784f66d7920fd673f7af54ca7b81e289985edc6cd864e7d05e0d133c
image: node:20.12.2@sha256:1de802fdf24ea1b1b5dddb5bbd17049708e61226c9753879360d056298fd5c66
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:
@ -39,7 +39,7 @@ depends_on:
steps:
- name: build
image: node:20.12.2@sha256:844b41cf784f66d7920fd673f7af54ca7b81e289985edc6cd864e7d05e0d133c
image: node:20.12.2@sha256:1de802fdf24ea1b1b5dddb5bbd17049708e61226c9753879360d056298fd5c66
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands: