Skip to content

chore: update node version

用户描述

在 code-sync 中同步代码时, node 版本是上游进行了更新,因此先升级 node 版本。

https://gitlab.com/gitlab-org/gitlab/-/blob/master/.gitlab/ci/version.yml?ref_type=heads#L14

https://jihulab.com/gitlab-cn/code-sync/-/issues/16+


合并请求描述

  • 更新 CI 镜像中的 Node.js 版本至 22.12
  • 同步上游代码中的 Node.js 版本变更

变更概览

相关文件
配置更改
gitlab-default-ci-image.yml
更新 CI 镜像中的 Node.js 版本配置                                                                   

gitlab-default-ci-image.yml

  • 添加了 NODE_VERSION=22.12 环境变量
  • 更新了默认 CI 镜像的构建配置以使用新的 Node.js 版本
+1/-0     
TianLu 编辑于

合并请求报告

加载中