Skip to content

Commit

Permalink
Merge pull request #1043 from quirrel-dev/drop-node-v12
Browse files Browse the repository at this point in the history
fix: drop support for node v12
  • Loading branch information
Skn0tt committed Oct 18, 2022
2 parents eb01640 + 583b388 commit ca36287
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
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
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 ca36287

Please sign in to comment.