Skip to content

Commit

Permalink
fix: update Node.js version to 20 and bump portal-administration (#867)
Browse files Browse the repository at this point in the history
Co-authored-by: Noggling <[email protected]>
  • Loading branch information
Noggling and Noggling authored Nov 20, 2024
1 parent 9842969 commit b44b39d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .changeset/pr-867-2189754879.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

---
"fusion-project-portal": patch
---
Update piplenes for admin app and new admin app release
18 changes: 7 additions & 11 deletions .github/workflows/common-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ jobs:
with:
fetch-depth: 2

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "20"

- name: Get fusion token
id: "get-fusion-token"
uses: ./.github/actions/get-fusion-token
Expand All @@ -131,21 +136,12 @@ jobs:
tenant-id: ${{secrets.AZURE_TENANT_ID}}
resource-id: ${{secrets.AZURE_FUSION_SCOPE}}

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "21"

- name: Install Global
- name: Install
run: |
cd client
yarn install
- name: Install
run: |
cd client/apps/portal-administration
yarn install
npm i -g @equinor/fusion-framework-cli
npm i -g typescript
- name: Deploy
run: |
Expand Down
2 changes: 1 addition & 1 deletion client/apps/portal-administration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "portal-administration",
"version": "1.0.3",
"version": "1.0.4",
"description": "",
"private": true,
"type": "module",
Expand Down

0 comments on commit b44b39d

Please sign in to comment.