build(deps): bump node from 18 to 20

Bumps node from 18 to 20.
This commit is contained in:
2023-06-08 11:33:45 +00:00
parent 88bfb3caeb
commit 712375c502
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -26,10 +26,10 @@ prepare_release:
before_script: before_script:
- npm install -g conventional-changelog-cli - npm install -g conventional-changelog-cli
script: script:
- echo "DESCRIPTION=$(conventional-changelog -p conventionalcommits)" > variables.env - conventional-changelog -p conventionalcommits > ./release.description
artifacts: artifacts:
reports: paths:
dotenv: variables.env - release.description
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
@@ -43,6 +43,6 @@ release:
- echo "Running release_job for $TAG" - echo "Running release_job for $TAG"
release: release:
tag_name: '$CI_COMMIT_TAG' tag_name: '$CI_COMMIT_TAG'
description: '$DESCRIPTION' description: ./release.description
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:18 FROM node:20
RUN apt update && \ RUN apt update && \
apt install -y python3 python3-pip ruby git && \ apt install -y python3 python3-pip ruby git && \