Skip to content

Commit

Permalink
Remove Node.js 12 and 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed May 23, 2022
1 parent 1cffdc4 commit 5430e63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
node-version:
- 16
- 14
- 12
name: Node.js ${{ matrix.node-version }} Quick
steps:
- name: Checkout the repository
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"src"
],
"engines": {
"node": ">= 10"
"node": ">= 14"
},
"scripts": {
"lint": "standard",
Expand Down

0 comments on commit 5430e63

Please sign in to comment.