Skip to content

Commit 6a4ca04

Browse files
committed
chore!: drop Node.js 12 support
As eslint-plugin-vue has dropped it in v9.
1 parent d27a71a commit 6a4ca04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
"vue-eslint-parser": "^9.0.0"
5656
},
5757
"engines": {
58-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
58+
"node": "^14.17.0 || >=16.0.0"
5959
}
6060
}

0 commit comments

Comments
 (0)