From 809bfa9ce14fef7a53ea0ea70f8a09bda9c9fdfd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 19:16:01 +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..ec09f38d12 100644 --- a/tests/.node-version +++ b/tests/.node-version @@ -1 +1 @@ -8.11.2 \ No newline at end of file +20.17.0 \ No newline at end of file