Skip to content

Commit

Permalink
Update node version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Luen committed Apr 19, 2024
1 parent 129d42e commit 4335ff6
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
@@ -1,6 +1,6 @@
{
"name": "instauto",
"version": "9.2.1",
"version": "9.2.2",
"description": "Instagram automation library written in Node.js",
"main": "src/index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"repository": "mifi/instauto",
"license": "MIT",
"engines": {
"node": ">=8"
"node": ">=20"
},
"dependencies": {
"fs-extra": "^5.0.0",
Expand Down

0 comments on commit 4335ff6

Please sign in to comment.