Skip to content

Commit 365c59c

Browse files
authored
Drop support for Node.js v12 (#318)
* Drop support for Node.js v12 * Update test.yml
1 parent 36d13dd commit 365c59c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
os: [ubuntu-latest]
33-
node: [12, 14, 16]
33+
node: [14, 16, 17, 18]
3434
steps:
3535
- name: Checkout
3636
uses: actions/checkout@v3

docs/started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ npm install --save-dev eslint @intlify/eslint-plugin-vue-i18n
1111
::: tip Requirements
1212

1313
- ESLint v5.0.0 or later
14-
- Node.js v12.22.x, v14.17.x, v16.x or later
14+
- Node.js v14.17.x, v16.x or later
1515

1616
:::
1717

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"vuepress": "^1.8.2"
7777
},
7878
"engines": {
79-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
79+
"node": "^14.17.0 || >=16.0.0"
8080
},
8181
"files": [
8282
"dist",

0 commit comments

Comments
 (0)