Skip to content

Commit

Permalink
Drop supports node.js v10
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jul 14, 2021
1 parent 548c51c commit 446d070
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [10, 12, 14, 16]
node: [12, 14, 16]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion docs/started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ npm install --save-dev eslint @intlify/eslint-plugin-svelte
::: tip Requirements

- ESLint v7.0.0 or later
- Node.js v10.13.0 or later
- Node.js v12.x, v14.x or later

:::

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"vuepress": "^1.5.2"
},
"engines": {
"node": ">=10.13.0 || >=12.0.0 || >= 14.0.0"
"node": "^12.0.0 || >=14"
},
"files": [
"dist"
Expand Down

0 comments on commit 446d070

Please sign in to comment.