Skip to content

Commit

Permalink
Drop support for Node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 13, 2023
1 parent 68658f7 commit d302506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@
"gulp": "^4.0.2"
},
"engines": {
"node": ">=14.18.0"
"node": ">=16.17.0"
}
}
2 changes: 1 addition & 1 deletion src/browserslist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# We support the following platforms.

# Node.js: the oldest version still officially supported
node 14.18.0
node 16.17.0

# Safari: the oldest version still used by enough users
safari 15.6
Expand Down

0 comments on commit d302506

Please sign in to comment.