Skip to content

Commit

Permalink
Remove node version 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dawsbot committed Feb 17, 2024
1 parent 0ff8513 commit 630f143
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 @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: ['20', '18', '16', '14', '12']
node-version: ['20', '18', '16', '14']
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
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 @@
},
"types": "./dist/esm/index.d.ts",
"engines": {
"node": ">=12"
"node": ">=14"
},
"files": [
"dist/"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
- 🧪 Strongly tested
- 🌲 Tree-shaking and no side-effects
- 🙌 All common JS versions (CommonJS, ESM, & UMD)
- ✅ Node 20, 18, 16, 14, & 12
- ✅ Node 20, 18, 16, & 14
- ✅ Web

<br/>
Expand Down

0 comments on commit 630f143

Please sign in to comment.