Update Node.js to v20.14.0
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
903426689d
commit
d21657c994
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user