We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36d13dd commit 365c59cCopy full SHA for 365c59c
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
strategy:
31
matrix:
32
os: [ubuntu-latest]
33
- node: [12, 14, 16]
+ node: [14, 16, 17, 18]
34
steps:
35
- name: Checkout
36
uses: actions/checkout@v3
docs/started.md
@@ -11,7 +11,7 @@ npm install --save-dev eslint @intlify/eslint-plugin-vue-i18n
11
::: tip Requirements
12
13
- ESLint v5.0.0 or later
14
-- Node.js v12.22.x, v14.17.x, v16.x or later
+- Node.js v14.17.x, v16.x or later
15
16
:::
17
package.json
@@ -76,7 +76,7 @@
76
"vuepress": "^1.8.2"
77
},
78
"engines": {
79
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ "node": "^14.17.0 || >=16.0.0"
80
81
"files": [
82
"dist",
0 commit comments