14 Commits

Author SHA1 Message Date
Unbound Release 4841e29680 chore(release): prepare for v0.0.14 2025-01-23 06:44:43 +00:00
Renovate eb1ed8b5f4 chore(deps): update node.js to v22.13.1 2025-01-23 01:54:40 +00:00
Renovate fd2b426e6a chore(deps): update node.js to fa54405 2025-01-15 20:37:41 +00:00
Renovate 8724d9ebdd chore(deps): update node.js to d77c645 2025-01-15 02:25:26 +00:00
Renovate 1bc8c99013 chore(deps): update node.js to 4f7fb7f 2025-01-14 08:34:15 +00:00
Unbound Release 1a3a0ca7cf chore(release): prepare for v0.0.13 2025-01-10 10:16:41 +00:00
Renovate e1426020e0 chore(deps): update node.js to v22.13.0 2025-01-08 19:54:16 +00:00
Unbound Release 9afb2ddb63 chore(release): prepare for v0.0.12 2024-12-28 17:52:10 +00:00
Renovate 67a0ec7508 chore(deps): update node.js to 0e910f4 2024-12-25 22:53:48 +00:00
argoyle 128a6f2a6c ci: remove unnecessary docker services and variables
Eliminate unused Docker host variables and services from the CI 
configuration. This simplifies the build process and reduces 
potential complexities in the CI pipeline.
2024-12-05 10:55:26 +01:00
Renovate 6fc12fac2f chore(deps): update node.js to 35a5dd7 2024-12-04 11:55:13 +00:00
Renovate 98e917a2fa chore(deps): update node.js to v22.12.0 2024-12-04 05:53:59 +00:00
Renovate ce49c475dd chore(deps): update node.js to fd453a2 2024-12-03 20:55:29 +00:00
Renovate e20e89e0b2 chore(deps): update node.js to cb24453 2024-12-03 08:53:45 +00:00
3 changed files with 27 additions and 6 deletions
-5
View File
@@ -6,15 +6,10 @@ include:
stages:
- build
variables:
DOCKER_HOST: tcp://docker:2375/
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
build:
stage: build
services:
- docker:${DOCKER_DIND_VERSION}
script:
- unset BUILDTOOLS_CONTENT
- build
+26
View File
@@ -2,6 +2,32 @@
All notable changes to this project will be documented in this file.
## [0.0.14] - 2025-01-23
### ⚙️ Miscellaneous Tasks
- *(deps)* Update node.js to 4f7fb7f
- *(deps)* Update node.js to d77c645
- *(deps)* Update node.js to fa54405
- *(deps)* Update node.js to v22.13.1
## [0.0.13] - 2025-01-10
### ⚙️ Miscellaneous Tasks
- *(deps)* Update node.js to v22.13.0
## [0.0.12] - 2024-12-28
### ⚙️ Miscellaneous Tasks
- *(deps)* Update node.js to cb24453
- *(deps)* Update node.js to fd453a2
- *(deps)* Update node.js to v22.12.0
- *(deps)* Update node.js to 35a5dd7
- Remove unnecessary docker services and variables
- *(deps)* Update node.js to 0e910f4
## [0.0.11] - 2024-11-14
### ⚙️ Miscellaneous Tasks
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:22.11.0@sha256:5c76d05034644fa8ecc9c2aa84e0a83cd981d0ef13af5455b87b9adf5b216561
FROM node:22.13.1@sha256:ae2f3d4cc65d251352eca01ba668824f651a2ee4d2a37e2efb22649521a483fd
ENV PATH=${PATH}:/root/.local/bin