diff --git a/.drone.yml b/.drone.yml index f94e633..d2dbc84 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,12 +12,12 @@ trigger: steps: - name: lint - image: node:20.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291 + image: node:20.17.0@sha256:db5dd2f30cb82a8bdbd16acd4a8f3f2789f5b24f6ce43f98aa041be848c82e45 commands: - npm install - npm run lint - name: build - image: node:20.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291 + image: node:20.17.0@sha256:db5dd2f30cb82a8bdbd16acd4a8f3f2789f5b24f6ce43f98aa041be848c82e45 environment: NODE_OPTIONS: '--openssl-legacy-provider' commands: @@ -39,7 +39,7 @@ depends_on: steps: - name: build - image: node:20.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291 + image: node:20.17.0@sha256:db5dd2f30cb82a8bdbd16acd4a8f3f2789f5b24f6ce43f98aa041be848c82e45 environment: NODE_OPTIONS: '--openssl-legacy-provider' commands: