Update Node.js to v20.14.0
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Renovate Bot 2024-06-01 00:34:27 +00:00
parent 903426689d
commit d21657c994
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:3864be2201676a715cf240cfc17aec1d62459f92a7cbe7d32d1675e226e736c9
image: node:20.14.0@sha256:ab71b9da5ba19445dc5bb76bf99c218941db2c4d70ff4de4e0d9ec90920bfe3f
commands:
- npm install
- npm run lint
- name: build
image: node:20.12.2@sha256:3864be2201676a715cf240cfc17aec1d62459f92a7cbe7d32d1675e226e736c9
image: node:20.14.0@sha256:ab71b9da5ba19445dc5bb76bf99c218941db2c4d70ff4de4e0d9ec90920bfe3f
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:
@ -39,7 +39,7 @@ depends_on:
steps:
- name: build
image: node:20.12.2@sha256:3864be2201676a715cf240cfc17aec1d62459f92a7cbe7d32d1675e226e736c9
image: node:20.14.0@sha256:ab71b9da5ba19445dc5bb76bf99c218941db2c4d70ff4de4e0d9ec90920bfe3f
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands: