update npm packages and node version to latest
This commit is contained in:
@@ -27,7 +27,7 @@ build:
|
|||||||
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
|
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
|
||||||
|
|
||||||
release:
|
release:
|
||||||
image: node:19-alpine3.15
|
image: node:20.10.0-alpine3.18
|
||||||
stage: release
|
stage: release
|
||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
@@ -43,8 +43,8 @@ release:
|
|||||||
script:
|
script:
|
||||||
- touch CHANGELOG.md
|
- touch CHANGELOG.md
|
||||||
- apk add --no-cache git
|
- apk add --no-cache git
|
||||||
- npm install @semantic-release/gitlab@10.1.4 @semantic-release/changelog@6.0.2
|
- npm install @semantic-release/gitlab@12.1.1 @semantic-release/changelog@6.0.3
|
||||||
@semantic-release/git@10.0.1 conventional-changelog-eslint@3.0.9
|
@semantic-release/git@10.0.1 conventional-changelog-eslint@5.0.0
|
||||||
- npx semantic-release
|
- npx semantic-release
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user