Skip to content

Commit

Permalink
feat!: bump npm from 8 to 9
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
npm 9 has some breaking changes, but they may not affect. See the release note:
https://github.com/npm/cli/releases/tag/v9.0.0
  • Loading branch information
ybiquitous committed Jan 7, 2023
1 parent 26e548c commit bfa9f2b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
permissions:
contents: write
env:
MAJOR_VERSION_TAG: v4
MAJOR_VERSION_TAG: v5
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: ybiquitous/npm-audit-fix-action@v4
- uses: ybiquitous/npm-audit-fix-action@v5
```
See also [`action.yml`](action.yml) about the available options.
Expand Down
2 changes: 1 addition & 1 deletion dist/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9691,7 +9691,7 @@ function buildCommitBody(report) {
// lib/constants.js
var PACKAGE_NAME = "ybiquitous/npm-audit-fix-action";
var PACKAGE_URL = "https://github.com/ybiquitous/npm-audit-fix-action";
var NPM_VERSION = "8";
var NPM_VERSION = "9";

// lib/buildPullRequestBody.js
var EMPTY = "-";
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 = "8";
export const NPM_VERSION = "9";
2 changes: 1 addition & 1 deletion package-lock.json

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

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": ">=16",
"npm": ">=8"
"npm": ">=9"
},
"type": "module",
"main": "lib/index.js",
Expand Down

0 comments on commit bfa9f2b

Please sign in to comment.