Skip to content

Commit

Permalink
chore: use Node.js 20 for docs sites (#18026)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Jan 24, 2024
1 parent 8c1b8dd commit dfb68b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -60,7 +60,7 @@
"tap-spot": "^1.1.2"
},
"engines": {
"node": ">=14.0.0"
"node": ">=20.0.0"
},
"browserslist": [
"defaults",
Expand Down

0 comments on commit dfb68b6

Please sign in to comment.