4 Commits

Author SHA1 Message Date
Unbound Release fa68f5c440 chore(release): prepare for v0.0.19 2025-06-25 23:19:52 +02:00
Renovate a313d5d917 chore(deps): update node.js to v22.17.0 2025-06-25 16:53:04 +00:00
argoyle 1555b76673 chore(ci): update CI configuration for project templates
Add Defaults.gitlab-ci.yml to the CI configuration and ensure proper 
inclusion of unboundsoftware/ci-templates for better workflows. This 
enhances the CI pipeline setup and streamlines the build process.
2025-06-23 13:46:51 +02:00
Renovate 9e0f65f747 chore(deps): update node.js to 8d23574 2025-06-11 03:53:28 +00:00
3 changed files with 11 additions and 1 deletions
+2
View File
@@ -1,5 +1,7 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
- project: unboundsoftware/ci-templates
file: Defaults.gitlab-ci.yml
- project: unboundsoftware/ci-templates
file: Release.gitlab-ci.yml
+8
View File
@@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
## [0.0.19] - 2025-06-25
### ⚙️ Miscellaneous Tasks
- *(deps)* Update node.js to 8d23574
- *(ci)* Update CI configuration for project templates
- *(deps)* Update node.js to v22.17.0
## [0.0.18] - 2025-05-22
### ⚙️ Miscellaneous Tasks
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/node:22.16.0@sha256:e8095c4405d8a27e2816d86cbbfe7e84be1fcc7d8ce188cf97970ddc9965442d
FROM amd64/node:22.17.0@sha256:91cf1cc511d84f34d2c4763ffaea29f9e2f19c1da662740cbbbaf08b1d025eca
ENV PATH=${PATH}:/root/.local/bin