Skip to content

Commit

Permalink
Update several dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniessink committed Jan 28, 2025
1 parent 894880d commit c796d41
Show file tree
Hide file tree
Showing 6 changed files with 12,551 additions and 9,851 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
version: "0.4.22"
- name: Set up Node
if: env.SONAR_TOKEN != null
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
node-version: "22"
- name: Collector
Expand Down
Loading

0 comments on commit c796d41

Please sign in to comment.