From 35ef759a02abb1800053a5991c6850618237e156 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 19:32:57 +0000 Subject: [PATCH] chore(deps): update node.js to v22 --- .github/workflows/Update Blog Volantis Site.yml | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Update Blog Volantis Site.yml b/.github/workflows/Update Blog Volantis Site.yml index 6642b89..4168e1b 100644 --- a/.github/workflows/Update Blog Volantis Site.yml +++ b/.github/workflows/Update Blog Volantis Site.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2-beta with: - node-version: "12.x" + node-version: "22.x" - name: Install HEXO CI run: | diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 50a0d75..9394bb6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:18-alpine +image: node:22-alpine pages: script: