Updating yarn install in root

This commit is contained in:
benedettadavico
2023-11-15 12:29:56 +01:00
parent ece15f7c7d
commit f9b8272691
2 changed files with 7 additions and 1 deletions
+3
View File
@@ -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
+4 -1
View File
@@ -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