Skip to content

Commit

Permalink
Node.js v12 is required (#595)
Browse files Browse the repository at this point in the history
* Node.js v12 is required

* bump major version

* merge and re-install
  • Loading branch information
evantahler committed May 19, 2021
1 parent ce8a44d commit 62fa373
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .nvmrc
@@ -0,0 +1 @@
v16
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -3,7 +3,7 @@
"name": "node-resque",
"description": "an opinionated implementation of resque in node",
"license": "Apache-2.0",
"version": "8.2.9",
"version": "9.0.0",
"homepage": "http://github.com/actionhero/node-resque",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"task"
],
"engines": {
"node": ">= 8"
"node": ">=12.0.0"
},
"dependencies": {
"ioredis": "^4.27.2"
Expand Down

0 comments on commit 62fa373

Please sign in to comment.