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