We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5febec6 + d3fcbb4 commit 36143caCopy full SHA for 36143ca
2 files changed
.github/workflows/eas-update.yml
@@ -29,8 +29,8 @@ jobs:
29
- name: Setup Node
30
uses: actions/setup-node@v4
31
with:
32
- node-version: 18.x
33
- cache: npm
+ node-version: 20
+ cache: 'npm'
34
cache-dependency-path: Frontend/package-lock.json
35
36
- name: Setup EAS
Frontend/package.json
@@ -3,6 +3,9 @@
3
"main": "expo-router/entry",
4
"version": "1.0.0",
5
"private": true,
6
+ "engines": {
7
+ "node": ">=20.0.0"
8
+ },
9
"scripts": {
10
"start": "expo start",
11
"android": "expo run:android",
0 commit comments