Bumped ci node
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2023-04-15 19:07:24 +02:00
parent 48da695413
commit 913686e917

View File

@@ -27,7 +27,7 @@ name: build:tag
steps:
- name: run electron packager
depends_on: ["clone"]
image: node:15.11.0-alpine3.13
image: registry.odit.services/hub/library/node:19.9.0-alpine3.16
commands:
- apk add git zip -f
- yarn
@@ -68,7 +68,7 @@ name: prepare:tag
steps:
- name: bump package version
image: node:alpine
image: registry.odit.services/hub/library/node:19.9.0-alpine3.16
commands:
- npm --no-git-tag-version version ${SOURCE_TAG}
- name: push new version to repo