Skip to content

Commit b2c5213

Browse files
committed
chore: setup monorepo
1 parent d701029 commit b2c5213

File tree

12 files changed

+14732
-32933
lines changed

12 files changed

+14732
-32933
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)