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 21, 2024
1 parent 26301c8 commit 2cc9b12
Show file tree
Hide file tree
Showing 4 changed files with 4,809 additions and 5,700 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '12'
- name: Install dependencies
Expand All @@ -24,9 +24,9 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Upload code coverage report to workflow as an artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: spa-coverage.zip
path: coverage
- name: Upload code coverage report to codecov.io and comment in pull request
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v5
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 12
- name: Install dependencies
Expand Down
Loading

0 comments on commit 2cc9b12

Please sign in to comment.