From 89c88629bbfc56e0073121e84812d482497ea440 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:54:16 +0000 Subject: [PATCH] Update dependency node 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..fdb2eaaff0 100644 --- a/tests/.node-version +++ b/tests/.node-version @@ -1 +1 @@ -8.11.2 \ No newline at end of file +22.11.0 \ No newline at end of file