Skip to content

Commit 36143ca

Browse files
authored
Merge pull request #8 from Naren456/dev
fix bugs
2 parents 5febec6 + d3fcbb4 commit 36143ca

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/eas-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- name: Setup Node
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 18.x
33-
cache: npm
32+
node-version: 20
33+
cache: 'npm'
3434
cache-dependency-path: Frontend/package-lock.json
3535

3636
- name: Setup EAS

Frontend/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"main": "expo-router/entry",
44
"version": "1.0.0",
55
"private": true,
6+
"engines": {
7+
"node": ">=20.0.0"
8+
},
69
"scripts": {
710
"start": "expo start",
811
"android": "expo run:android",

0 commit comments

Comments
 (0)