Skip to content

Commit

Permalink
chore: Allow Node.js 20 (#176)
Browse files Browse the repository at this point in the history
Node.js 20 is the new LTS (Long Term Support)

> https://github.com/nodejs/release#release-schedule
  • Loading branch information
hexacroes authored Oct 24, 2023
1 parent 32085cd commit 967822d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"url": "https://github.com/LooksRare/sdk-v2.git"
},
"engines": {
"node": ">= 16.15.1 <= 19.x"
"node": ">= 16.15.1 <= 20.x"
},
"scripts": {
"prebuild": "rm -rf ./src/typechain ./src/artifacts cache dist",
Expand Down

0 comments on commit 967822d

Please sign in to comment.