Skip to content

Commit

Permalink
fix: problem on node target engine introduced on last version (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
otaciliolacerda authored Apr 2, 2022
1 parent 874308e commit f246d0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
]
},
"engines": {
"node": ">=16"
"node": ">=12.9.0"
},
"jest": {
"preset": "ts-jest/presets/js-with-ts",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2019",
"target": "es2020",
"module": "commonjs",
"declaration": true,
"resolveJsonModule": true,
Expand Down

0 comments on commit f246d0e

Please sign in to comment.