Skip to content

Commit 279d572

Browse files
authored
fix: drop node v12 and v14 (#257)
1 parent fe94ef1 commit 279d572

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
node: [12, 14, 16]
25+
node: [16]
2626
steps:
2727
- name: Checkout
2828
uses: actions/checkout@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"vue-template-compiler": "^2.6.11"
7474
},
7575
"engines": {
76-
"node": ">= 12"
76+
"node": ">= 16"
7777
},
7878
"files": [
7979
"types/shims-vue-template-compiler.d.ts",

0 commit comments

Comments
 (0)