Skip to content

Commit

Permalink
chore(package): drop node v16
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Apr 15, 2024
1 parent 700a151 commit 58aafa5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -132,4 +132,4 @@ yarn test
The MIT License (MIT)
Copyright (c) 2017-2021 Steven Chim
Copyright (c) 2017-2024 Steven Chim
2 changes: 1 addition & 1 deletion jest.config.js
@@ -1,4 +1,4 @@
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
/** @type {import('jest').Config} */
export default {
preset: 'ts-jest/presets/default-esm',
testEnvironment: 'node',
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "requirements",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"license": "MIT",
"author": "chimurai",
"homepage": "https://github.com/chimurai/requirements",
Expand All @@ -21,7 +21,7 @@
"checker"
],
"engines": {
"node": "^16.0.0 || ^18.0.0 || >= 20.0.0"
"node": "^18.0.0 || >= 20.0.0"
},
"type": "module",
"exports": "./dist/index.js",
Expand Down

0 comments on commit 58aafa5

Please sign in to comment.