From a601778f6f8b0c9aec466e702627b53a4710050e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:38:46 +0000 Subject: [PATCH] Update Node.js to v22 --- .github/actions/github-pages-deploy-action/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/github-pages-deploy-action/Dockerfile b/.github/actions/github-pages-deploy-action/Dockerfile index 9762cdd7..fa3f3a6d 100644 --- a/.github/actions/github-pages-deploy-action/Dockerfile +++ b/.github/actions/github-pages-deploy-action/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18 +FROM node:22 LABEL "com.github.actions.name"="Deploy to GitHub Pages" LABEL "com.github.actions.description"="This action will handle the building and deploying process of your project to GitHub Pages."