(node) bump to v24.2.0

This commit is contained in:
Benjamin 2025-06-20 10:36:22 -04:00
parent 10a3ca10b1
commit 9f9f8007f5
No known key found for this signature in database
GPG Key ID: E9469FAA8B44BB16
2 changed files with 4 additions and 4 deletions

View File

@ -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 )'

2
.nvmrc
View File

@ -1 +1 @@
22.16.0
24.2.0