Skip to content

Commit

Permalink
chore: Update Node.js version in deploy-portal-administration-ci.yml …
Browse files Browse the repository at this point in the history
…and fix typo in App.tsx
  • Loading branch information
Noggling committed Nov 6, 2024
1 parent 1e88e04 commit 61293e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-portal-administration-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
cd client/apps/portal-administration
yarn install
npm i -g @equinor/fusion-framework-cli
npm i -g typesript
npm i -g typescript
- name: Deploy
run: |
Expand Down
2 changes: 1 addition & 1 deletion client/apps/portal-administration/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function () {
return (
<Style.Root>
<QueryClientProvider client={queryClient}>
<RouterProvider router={router} fallbackElement={<p>Router Error..</p>} />
<RouterProvider router={router} fallbackElement={<p>Router Error...</p>} />
</QueryClientProvider>
</Style.Root>
);
Expand Down

0 comments on commit 61293e2

Please sign in to comment.