Skip to content

Commit

Permalink
feat(deps): bump npm from 7 to 8 (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Oct 16, 2021
1 parent f9ce44c commit 5f38573
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9283,7 +9283,7 @@ function buildCommitBody(report) {
;// CONCATENATED MODULE: ./lib/constants.js
const PACKAGE_NAME = "ybiquitous/npm-audit-fix-action";
const PACKAGE_URL = "https://github.com/ybiquitous/npm-audit-fix-action";
const NPM_VERSION = "7";
const NPM_VERSION = "8";

;// CONCATENATED MODULE: ./lib/buildPullRequestBody.js

Expand Down
2 changes: 1 addition & 1 deletion lib/constants.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const PACKAGE_NAME = "ybiquitous/npm-audit-fix-action";
export const PACKAGE_URL = "https://github.com/ybiquitous/npm-audit-fix-action";
export const NPM_VERSION = "7";
export const NPM_VERSION = "8";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"repository": "ybiquitous/npm-audit-fix-action",
"engines": {
"node": ">=12.20.0",
"npm": ">=7 <9"
"npm": ">=8"
},
"type": "module",
"main": "lib/index.js",
Expand Down

0 comments on commit 5f38573

Please sign in to comment.