Skip to content

Commit

Permalink
🔧 Bump minimum Node.js version to v20 (#3175)
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Jan 18, 2024
1 parent cca3ffa commit eccb8ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
strategy:
matrix:
node: ['16']
node: ['20']

steps:
- name: Checkout the project
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"extends @roots/browserslist-config"
],
"engines": {
"node": ">=16.0.0"
"node": ">=20.0.0"
},
"type": "module",
"scripts": {
Expand Down

0 comments on commit eccb8ba

Please sign in to comment.