Skip to content

Commit d3cb160

Browse files
authored
chore: introducing workspaces - monorepo setup (#4722)
1 parent 170bffe commit d3cb160

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+14884
-34106
lines changed

.github/workflows/publish-each-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Node.js
1414
uses: actions/setup-node@v4
1515
with:
16-
node-version: 18.x
16+
node-version-file: .nvmrc
1717

1818
- name: Setup Expo
1919
uses: expo/expo-github-action@v7

.github/workflows/updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: 18.x
18+
node-version-file: .nvmrc
1919

2020
- name: Setup Expo
2121
uses: expo/expo-github-action@v7

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v22.15.0

.yarnrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
nodeLinker: node-modules
2+
nmHoistingLimits: workspaces

0 commit comments

Comments
 (0)