mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 21:46:22 -04:00
(node) bump to v24.2.0
This commit is contained in:
parent
10a3ca10b1
commit
9f9f8007f5
@ -13,7 +13,7 @@ check:
|
||||
needs: []
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH
|
||||
image: node:22.16.0
|
||||
image: node:24.2.0
|
||||
before_script:
|
||||
- set -o pipefail
|
||||
- export NODE_ENV=development
|
||||
@ -94,7 +94,7 @@ build:
|
||||
tags: ['build']
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_PROTECTED == 'true'
|
||||
image: node:22.16.0
|
||||
image: node:24.2.0
|
||||
variables:
|
||||
# calendar can be mounted to supply its containing build-time sources
|
||||
GIT_CLEAN_FLAGS: '-fx -e calendar'
|
||||
@ -142,7 +142,7 @@ build:
|
||||
-
|
||||
job: 'build'
|
||||
artifacts: false
|
||||
image: node:22.16.0
|
||||
image: node:24.2.0
|
||||
before_script:
|
||||
# see https://docs.gitlab.com/ee/ci/jobs/ssh_keys.html#ssh-keys-when-using-the-docker-executor
|
||||
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'
|
||||
|
Loading…
x
Reference in New Issue
Block a user