Compare commits

..

1 Commits

Author SHA1 Message Date
9c8e957064 Update Node.js to 089fb44
Some checks reported errors
continuous-integration/drone/pr Build was killed
2024-04-24 14:34:29 +00:00

View File

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