Skip to content

Commit

Permalink
drop support for node v12
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Oct 18, 2022
1 parent 5379240 commit 583b388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [12, 14, 15, 16, 17]
node-version: [14, 15, 16, 17]
fail-fast: false

services:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"module": "dist/esm/src/index.js",
"version": "1.10.0",
"engines": {
"node": "12 || 14 || 15 || 16 || 17"
"node": "14 || 15 || 16 || 17"
},
"bin": {
"quirrel": "cli.js"
Expand Down

0 comments on commit 583b388

Please sign in to comment.