Skip to content

Commit

Permalink
build(deps): update node.js to 5145c88
Browse files Browse the repository at this point in the history
  • Loading branch information
serious-scaffold[bot] authored Feb 10, 2025
1 parent b2f5238 commit 63bb4f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
semantic-release:
image:
name: node:22.13.1@sha256:ae2f3d4cc65d251352eca01ba668824f651a2ee4d2a37e2efb22649521a483fd
name: node:22.13.1@sha256:5145c882f9e32f07dd7593962045d97f221d57a1b609f5bf7a807eb89deff9d6
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push" && $CI_PROJECT_NAMESPACE == "serious-scaffold" && $CI_PROJECT_NAME == "ss-python" && $PAT != null
script:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
semantic-release:
image:
name: node:22.13.1@sha256:ae2f3d4cc65d251352eca01ba668824f651a2ee4d2a37e2efb22649521a483fd
name: node:22.13.1@sha256:5145c882f9e32f07dd7593962045d97f221d57a1b609f5bf7a807eb89deff9d6
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push" && $CI_PROJECT_NAMESPACE == "{{ repo_namespace }}" && $CI_PROJECT_NAME == "{{ repo_name }}" && $PAT != null
script:
Expand Down

0 comments on commit 63bb4f5

Please sign in to comment.