Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/client/vite-5.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggling committed Sep 20, 2024
2 parents ab2e567 + 3a4321f commit ecb67a9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changeset/pr-763-2082781286.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

---
---
2 changes: 1 addition & 1 deletion .github/workflows/client-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Open Pull Request
strategy:
matrix:
version: [18.x]
version: [21.x]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [18.x]
version: [21.x]
env:
commit-author: bot
author-email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion client/packages/portal-client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
window["_config_"] = portalConfig;
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Project Portal</title>
<title>Fusion</title>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit ecb67a9

Please sign in to comment.