Skip to content

Commit

Permalink
Node engine upgrade => 18
Browse files Browse the repository at this point in the history
  • Loading branch information
dleeftink committed Sep 3, 2023
1 parent 85f2a2c commit 12b02d8
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": "@suptxt/quickset",
"version": "0.3.10",
"version": "0.3.11",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
Expand Down Expand Up @@ -40,7 +40,7 @@
"default": "./dist/index.js"
},
"engines": {
"node": ">=17"
"node": ">=18"
},
"devDependencies": {
"fs": "^0.0.1-security",
Expand Down

0 comments on commit 12b02d8

Please sign in to comment.