Updating yarn install in root
This commit is contained in:
@@ -24,6 +24,9 @@ jobs:
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.1.0
|
||||
|
||||
- name: Yarn install in root
|
||||
run: cd ../../ && yarn install
|
||||
|
||||
- name: Install yarn
|
||||
run: yarn install
|
||||
|
||||
@@ -5,7 +5,7 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- "nym-node/**"
|
||||
|
||||
|
||||
defaults:
|
||||
run:
|
||||
working-directory: nym-node/tests
|
||||
@@ -25,6 +25,9 @@ jobs:
|
||||
with:
|
||||
node-version: 18.1.0
|
||||
|
||||
- name: Yarn install in root
|
||||
run: cd ../../ && yarn install
|
||||
|
||||
- name: Install yarn
|
||||
run: yarn install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user