Skip to content

Commit

Permalink
chore: disable strict-engines
Browse files Browse the repository at this point in the history
strict-engines fails only in node 14.x due to ts-jest config
  • Loading branch information
cdaringe committed Jan 22, 2024
1 parent ea3548a commit 10ee783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
registry=https://registry.npmjs.org/
engine-strict=true
engine-strict=false

0 comments on commit 10ee783

Please sign in to comment.