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
|
||||
|
||||
release:
|
||||
image: node:19-alpine3.15
|
||||
image: node:20.10.0-alpine3.18
|
||||
stage: release
|
||||
only:
|
||||
refs:
|
||||
@@ -43,8 +43,8 @@ release:
|
||||
script:
|
||||
- touch CHANGELOG.md
|
||||
- apk add --no-cache git
|
||||
- npm install @semantic-release/gitlab@10.1.4 @semantic-release/changelog@6.0.2
|
||||
@semantic-release/git@10.0.1 conventional-changelog-eslint@3.0.9
|
||||
- npm install @semantic-release/gitlab@12.1.1 @semantic-release/changelog@6.0.3
|
||||
@semantic-release/git@10.0.1 conventional-changelog-eslint@5.0.0
|
||||
- npx semantic-release
|
||||
artifacts:
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user