From ebe7001e5963eefe3315faab1fc3d8194c152042 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 16:42:48 +0000 Subject: [PATCH] Update dependency node to v20 --- .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..f9937d7785 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:20-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..645ae0c876 100644 --- a/tests/.node-version +++ b/tests/.node-version @@ -1 +1 @@ -8.11.2 \ No newline at end of file +20.15.0 \ No newline at end of file