Skip to content

Commit

Permalink
RID-4898 update release.yml node envirovnment & yarn steps
Browse files Browse the repository at this point in the history
  • Loading branch information
adidim-transmit committed Jul 9, 2024
1 parent 8ee81ce commit 9a1d591
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release Artifact

env:
NODE_VERSION: 16.14
NODE_VERSION: 18.0.0
RUNID_VERSION_SUFFIX: ${{ github.run_id }}.${{ github.run_attempt }}

on:
Expand All @@ -26,13 +26,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install yarn
run: npm install --global yarn
- name: Enable Corepack
run: corepack enable

- name: Install dependencies
- name: Prepare Yarn 3.4.1
run: corepack prepare [email protected] --activate

- name: Install package dependencies
run: |
cd package
yarn
yarn install --frozen-lockfile
- name: Build
run: |
Expand Down

0 comments on commit 9a1d591

Please sign in to comment.