diff --git a/.drone.yml b/.drone.yml index 804af2a..d5fa732 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,12 +12,12 @@ trigger: steps: - name: lint - image: node:20.14.0@sha256:ab71b9da5ba19445dc5bb76bf99c218941db2c4d70ff4de4e0d9ec90920bfe3f + image: node:20.15.0@sha256:b849bc4078c3e16a38d72749ab8faeacbcc6c3bdb742399b4a5974a89fc93261 commands: - npm install - npm run lint - name: build - image: node:20.14.0@sha256:ab71b9da5ba19445dc5bb76bf99c218941db2c4d70ff4de4e0d9ec90920bfe3f + image: node:20.15.0@sha256:b849bc4078c3e16a38d72749ab8faeacbcc6c3bdb742399b4a5974a89fc93261 environment: NODE_OPTIONS: '--openssl-legacy-provider' commands: @@ -39,7 +39,7 @@ depends_on: steps: - name: build - image: node:20.14.0@sha256:ab71b9da5ba19445dc5bb76bf99c218941db2c4d70ff4de4e0d9ec90920bfe3f + image: node:20.15.0@sha256:b849bc4078c3e16a38d72749ab8faeacbcc6c3bdb742399b4a5974a89fc93261 environment: NODE_OPTIONS: '--openssl-legacy-provider' commands: