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 Dec 2, 2023
1 parent c56fd30 commit dfd8b09
Show file tree
Hide file tree
Showing 3 changed files with 3,210 additions and 4,326 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 dfd8b09

Please sign in to comment.