Skip to content

Commit

Permalink
chore(deps): update external-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2023
1 parent f9b35b3 commit 2e502b7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 297 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
node-version: [18.9.x]
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
node-version: [18.x]
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"@types/rimraf": "^3.0.2",
"@types/semver": "^7.5.2",
"@types/yargs": "^17.0.24",
"conventional-changelog": "^4.0.0",
"conventional-changelog-conventionalcommits": "^6.1.0",
"conventional-changelog": "^5.1.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"eslint": "^8.49.0",
"husky": "^8.0.3",
"knip": "^2.24.1",
Expand Down
Loading

0 comments on commit 2e502b7

Please sign in to comment.