diff --git a/.drone.yml b/.drone.yml index e982f17..9bdffb0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ get: --- kind: pipeline type: kubernetes -name: tests:node_latest +name: tests:node clone: disable: true steps: @@ -32,7 +32,7 @@ steps: - git clone $DRONE_REMOTE_URL . - git checkout $DRONE_SOURCE_BRANCH - name: run tests - image: node:latest + image: registry.odit.services/hub/library/node:19.0.1-alpine3.16 commands: - yarn - yarn test:ci @@ -72,7 +72,7 @@ steps: registry: registry.odit.services - name: run changelog export depends_on: ["clone"] - image: node:latest + image: registry.odit.services/hub/library/node:19.0.1-alpine3.16 commands: - npx auto-changelog --commit-limit false -p -u --hide-credit - name: push new changelog to repo @@ -88,7 +88,7 @@ steps: from_secret: git_ssh - name: run full license export depends_on: ["clone"] - image: node:14.15.1-alpine3.12 + image: registry.odit.services/hub/library/node:19.0.1-alpine3.16 commands: - yarn - yarn licenses:export