Skip to content

Commit 6046306

Browse files
authored
fix: bump minNodeVersion to work with eslint (#4)
1 parent 381c04a commit 6046306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clickup-cdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export module clickupCdk {
5151
},
5252
],
5353

54-
minNodeVersion: '14.15.0',
54+
minNodeVersion: '14.17.0', // Required by @typescript-eslint/[email protected]
5555

5656
prettier: true,
5757
prettierOptions: {

0 commit comments

Comments
 (0)