Skip to content

Commit

Permalink
feat!: drop nodejs v16 support
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Jul 22, 2024
1 parent 1eb710f commit 79f74f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"test:unit": "vitest --run --coverage --single-thread --no-threads",
"test": "pnpm run /^test:/"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
},
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -126,4 +129,4 @@
"vitest": "^0.34.6",
"vue": "^3.3.9"
}
}
}

0 comments on commit 79f74f5

Please sign in to comment.