Skip to content

Commit

Permalink
Update dependencies & remove support for Node.js v12
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Apr 18, 2022
1 parent d411f8c commit 853c6e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -15,7 +15,6 @@ jobs:
- windows-latest
- macos-latest
node:
- 12
- 14
- 16

Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -69,7 +69,7 @@
"form-data": "4.0.0",
"git-url-parse": "11.6.0",
"globby": "13.1.1",
"got": "11.8.3",
"got": "12.0.3",
"inquirer": "8.2.2",
"is-ci": "3.0.1",
"lodash": "4.17.21",
Expand All @@ -81,7 +81,7 @@
"parse-json": "5.2.0",
"promise.allsettled": "1.0.5",
"proxy-agent": "5.0.0",
"semver": "7.3.5",
"semver": "7.3.7",
"shelljs": "0.8.5",
"update-notifier": "5.1.0",
"url-join": "5.0.0",
Expand All @@ -92,7 +92,7 @@
},
"devDependencies": {
"@octokit/request-error": "2.1.0",
"ava": "4.1.0",
"ava": "4.2.0",
"eslint": "8.13.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-ava": "13.2.0",
Expand All @@ -104,10 +104,10 @@
"nock": "13.2.4",
"nyc": "15.1.0",
"prettier": "2.6.2",
"sinon": "13.0.1",
"sinon": "13.0.2",
"strip-ansi": "7.0.1"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": ">=14"
}
}

0 comments on commit 853c6e7

Please sign in to comment.