From dfb68b63ce6e8df6ffe81bd843e650c5b017dce9 Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Wed, 24 Jan 2024 02:51:50 +0100 Subject: [PATCH] chore: use Node.js 20 for docs sites (#18026) --- .github/workflows/ci.yml | 2 +- docs/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 589eb7c76b8..b40e8d72aa5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' # Should be the same as the version used on Netlify to build the ESLint Playground - name: Install Packages run: npm install --force - name: Test diff --git a/docs/package.json b/docs/package.json index 07f445222f7..37725d0f4b8 100644 --- a/docs/package.json +++ b/docs/package.json @@ -60,7 +60,7 @@ "tap-spot": "^1.1.2" }, "engines": { - "node": ">=14.0.0" + "node": ">=20.0.0" }, "browserslist": [ "defaults",