Skip to content

Commit

Permalink
feat!: drop Node.js v12 support (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Jul 4, 2022
1 parent 45ae2de commit a707c2c
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 @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["12", "14", "16", "18"]
node-version: ["14", "16", "18"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This package is a personal [remark](https://remark.js.org) preset for [ybiquitou

It includes some lint rules, plugins, and so on. See [`index.js`](./index.js) for details.

Note: This package supports only **ESM**. Node.js 12.20.0+ and remark 14+ required.
Note: This package supports only **ESM**. remark 14+ required.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"markdown"
],
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": "^14.13.1 || >=16.0.0"
},
"dependencies": {
"remark-frontmatter": "^4.0.1",
Expand Down

0 comments on commit a707c2c

Please sign in to comment.