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
  • Loading branch information
Noggling committed Nov 6, 2024
1 parent 9960168 commit 37446b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy-portal-administration-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ jobs:
tenant-id: ${{secrets.AZURE_TENANT_ID}}
resource-id: ${{secrets.AZURE_FUSION_SCOPE}}

- name: Install Global
run: |
cd client
yarn install
- name: Install
run: |
cd client/apps/portal-administration
Expand All @@ -50,5 +45,4 @@ jobs:
- name: Deploy
run: |
cd client/apps/portal-administration
npm i -g @equinor/fusion-framework-cli
fusion-framework-cli app build-publish -e ci
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 37446b4

Please sign in to comment.