Skip to content

Commit 617ea9a

Browse files
committed
Add engines field to package.json
1 parent 5e54157 commit 617ea9a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,9 @@
3030
},
3131
"dependencies": {
3232
"axios": "^1.2.0"
33+
},
34+
"engines": {
35+
"node": ">=18.0.0",
36+
"pnpm": ">=7.0.0"
3337
}
3438
}

0 commit comments

Comments
 (0)