Skip to content

Commit

Permalink
fix: force node version that support null coalescing (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
M3kH committed Dec 1, 2021
1 parent f3d01fe commit 439e92d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"description": "Typescript class decorators to model your avro schema",
"main": "build/index.js",
"bin": "build/bin/cli.js",
"engines" : { "node" : ">=14" },
"engineStrict" : true,
"scripts": {
"test": "jest",
"build": "tsc -p ./tsconfig.build.json"
Expand Down

0 comments on commit 439e92d

Please sign in to comment.