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 6c9bf2a commit 9960168
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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 @@ -46,9 +46,9 @@ jobs:
run: |
cd client/apps/portal-administration
yarn install
npm i -g @equinor/fusion-framework-cli
- name: Deploy
run: |
cd client/apps/portal-administration
npm i -g @equinor/fusion-framework-cli
fusion-framework-cli app build-publish -e ci
3 changes: 1 addition & 2 deletions client/apps/portal-administration/app.manifest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import { defineAppManifest, mergeManifests } from '@equinor/fusion-framework-cli

export default defineAppManifest((env, { base }) => {
return mergeManifests(base, {
name: 'Portal Administration',
shortName: 'PA',
displayName: 'Portal Administration',
description: 'Portal Administration tool for fusion as a service',
});
});
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 9960168

Please sign in to comment.