Skip to content

Commit

Permalink
Lowering the supported node version back
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Mar 1, 2024
1 parent aa044b9 commit cc0037b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "./types/index.d.ts",
"types": "./types/index.d.ts",
"engines": {
"node": ">=20",
"npm": ">=9"
"node": ">=18",
"npm": ">=8"
},
"private": false,
"browserslist": [
Expand Down

0 comments on commit cc0037b

Please sign in to comment.