Skip to content

Commit 0e1cfb0

Browse files
committed
Fix GitLab CI dependencies
1 parent fe37a80 commit 0e1cfb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ sign:
4949
rules:
5050
- if: '$CI_COMMIT_BRANCH == "main"'
5151
dependencies:
52-
- node:20
5352
- node:22
53+
- node:24
5454
- node:26
5555
environment: sign # grant access to SIGNING_KEY and SIGNING_KEY_PASS project variables
5656
script:

0 commit comments

Comments
 (0)