Skip to content

Commit 0cad98b

Browse files
authored
chore: increase minimum node version to 14 (#181)
update lockfile
1 parent f547302 commit 0cad98b

File tree

2 files changed

+1467
-1839
lines changed

2 files changed

+1467
-1839
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@
6666
"watch": "tsc --watch"
6767
},
6868
"engines": {
69-
"node": ">=12.13.0"
69+
"node": ">=14.0.0"
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)