Skip to content

Commit 7393dea

Browse files
committed
pr issue
1 parent 746bc1a commit 7393dea

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Use Node.js
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: 18
17+
node-version: 20
1818
cache: 'yarn'
1919

2020
- name: Install dependencies

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,10 @@ buck-out/
5353
*.keystore
5454

5555
Example/yarn.lock
56+
57+
examples/expo-cng/.expo
58+
examples/expo-cng/ios
59+
examples/expo-cng/android
60+
examples/expo-cng/*.tsbuildinfo
61+
62+

0 commit comments

Comments
 (0)