Bumped used ci node images
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Nicolai Ort 2023-02-01 13:37:48 +01:00
parent c48a2ed01e
commit 0692b72955
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 4 additions and 4 deletions

View File

@ -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