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 Jan 7, 2024
1 parent 31b420d commit 68c4157
Show file tree
Hide file tree
Showing 3 changed files with 3,539 additions and 4,606 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js 14.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '14.x'
- run: npm install
Expand All @@ -27,7 +27,7 @@ jobs:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v4
- name: Use Node.js 14.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '14.x'
- run: npm install
Expand All @@ -45,7 +45,7 @@ jobs:
with:
persist-credentials: false
- name: Use Node.js 14.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '14.x'
- run: npm install
Expand Down
Loading

0 comments on commit 68c4157

Please sign in to comment.