From 37446b4263caec9222ddbcdcfb9074c2dd626fb6 Mon Sep 17 00:00:00 2001 From: Christopher Berge Hove Date: Wed, 6 Nov 2024 21:46:35 +0100 Subject: [PATCH] chore: Update Node.js version in deploy-portal-administration-ci.yml --- .github/workflows/deploy-portal-administration-ci.yml | 6 ------ client/apps/portal-administration/src/App.tsx | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/deploy-portal-administration-ci.yml b/.github/workflows/deploy-portal-administration-ci.yml index 1268d6ba..8a0ae7ab 100644 --- a/.github/workflows/deploy-portal-administration-ci.yml +++ b/.github/workflows/deploy-portal-administration-ci.yml @@ -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 @@ -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 diff --git a/client/apps/portal-administration/src/App.tsx b/client/apps/portal-administration/src/App.tsx index 72f72692..44eaa59b 100644 --- a/client/apps/portal-administration/src/App.tsx +++ b/client/apps/portal-administration/src/App.tsx @@ -22,7 +22,7 @@ export default function () { return ( - Router Error.

} /> + Router Error..

} />
);