Skip to content

Commit d328e91

Browse files
authored
Merge pull request #175 from mixonic/mixonic/bump-minimum-node
Node 16 is the minimum supported version
2 parents 96462fc + 714f821 commit d328e91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"webpack": "^5.52.1"
7676
},
7777
"engines": {
78-
"node": "12.* || 14.* || >= 16"
78+
"node": ">= 16"
7979
},
8080
"publishConfig": {
8181
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)