Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fa68f5c440 | |||
| a313d5d917 | |||
|
1555b76673
|
|||
| 9e0f65f747 | |||
| 31ddaf91bc | |||
| a9f6278725 | |||
| 2d7406d122 | |||
| 9353c85cfa | |||
| 3471a62e9e |
@@ -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
|
||||
|
||||
|
||||
@@ -2,6 +2,27 @@
|
||||
|
||||
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
|
||||
|
||||
- *(deps)* Update node.js to v22.16.0
|
||||
|
||||
## [0.0.17] - 2025-05-15
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to ab3dc40
|
||||
- *(deps)* Update node.js to v22.15.1
|
||||
|
||||
## [0.0.16] - 2025-04-23
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM amd64/node:22.15.0@sha256:53ddf9b10bf9b8f6b8e7437184b42cd417be74351af5f1b4f0b65fd442df8c7c
|
||||
FROM amd64/node:22.17.0@sha256:91cf1cc511d84f34d2c4763ffaea29f9e2f19c1da662740cbbbaf08b1d025eca
|
||||
|
||||
ENV PATH=${PATH}:/root/.local/bin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user