2 Commits

Author SHA1 Message Date
5468e5ab59 Bumped ci node
All checks were successful
continuous-integration/drone Build is passing
2023-04-15 19:07:24 +02:00
48da695413 🚀New package version 1.0.0 [CI SKIP] 2023-04-15 17:05:00 +00:00
2 changed files with 4 additions and 4 deletions

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

View File

@@ -1,6 +1,6 @@
{
"name": "@lfk/scanclient-electron",
"version": "0.2.0",
"version": "1.0.0",
"description": "minimal electron application",
"main": "main.js",
"scripts": {
@@ -60,4 +60,4 @@
]
}
}
}
}