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