From b092022e3588030484b6b62cc29c051a54ec9001 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 21:45:55 +0000 Subject: [PATCH] Update Node.js to v22 --- .github/workflows/ghost-inspector.yml | 2 +- tests/.node-version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ghost-inspector.yml b/.github/workflows/ghost-inspector.yml index 26ccb05d12..6d9e0df2b3 100644 --- a/.github/workflows/ghost-inspector.yml +++ b/.github/workflows/ghost-inspector.yml @@ -6,7 +6,7 @@ jobs: test: runs-on: ubuntu-latest container: - image: node:12-alpine + image: node:22-alpine steps: - name: Wait for the Netlify Preview uses: jakepartusch/wait-for-netlify-action@v1.3 diff --git a/tests/.node-version b/tests/.node-version index ef9226d3e9..d135defb28 100644 --- a/tests/.node-version +++ b/tests/.node-version @@ -1 +1 @@ -8.11.2 \ No newline at end of file +22.12.0 \ No newline at end of file