Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/eas-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.20.8
node-version: 24.16.0
cache: yarn

- name: Setup EAS
Expand Down
2 changes: 1 addition & 1 deletion apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@tamagui/next-plugin": "latest",
"@types/node": "18.19.130",
"@types/node": "24.13.2",
"eslint-config-next": "13.5.11"
}
}
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6527,12 +6527,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.19.130":
version: 18.19.130
resolution: "@types/node@npm:18.19.130"
"@types/node@npm:24.13.2":
version: 24.13.2
resolution: "@types/node@npm:24.13.2"
dependencies:
undici-types: ~5.26.4
checksum: b7032363581c416e721a88cffdc2b47662337cacd20f8294f5619a1abf79615c7fef1521964c2aa9d36ed6aae733e1a03e8c704661bd5a0c2f34b390f41ea395
undici-types: ~7.18.0
checksum: a1cdc5f2e2ee1fd38cfad3c2b548b8a9b5cb7edc2fb0524fabe62d27b8d9a247d9e781d7b4698bae7de8817743870a1a9ebef987dcda7e20545ff66a3828365b
languageName: node
linkType: hard

Expand Down Expand Up @@ -14425,7 +14425,7 @@ __metadata:
dependencies:
"@tamagui/next-plugin": latest
"@tamagui/next-theme": latest
"@types/node": 18.19.130
"@types/node": 24.13.2
app: "*"
eslint-config-next: 13.5.11
next: 13.5.11
Expand Down Expand Up @@ -18381,10 +18381,10 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~5.26.4":
version: 5.26.5
resolution: "undici-types@npm:5.26.5"
checksum: 3192ef6f3fd5df652f2dc1cd782b49d6ff14dc98e5dced492aa8a8c65425227da5da6aafe22523c67f035a272c599bb89cfe803c1db6311e44bed3042fc25487
"undici-types@npm:~7.18.0":
version: 7.18.2
resolution: "undici-types@npm:7.18.2"
checksum: 23da306c8366574adec305b06a8519ab5c7d09e3f5d16c1a98709a34fae17da09ec95198f30f86c00055e02efa8bfcc843e84e8aebeb9b8d6bb3e06afccae07a
languageName: node
linkType: hard

Expand Down