Skip to content

Commit

Permalink
Update react native paper and fix CI (#157)
Browse files Browse the repository at this point in the history
* Update react-native-paper to 4.12.8

* Update node version in CI
  • Loading branch information
ConjuringCoffee authored Nov 15, 2024
1 parent 475fe60 commit f68c6d6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Use Node.js 16.x
- name: Use Node.js 22.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 22.x
cache: npm
- name: Install dependencies
run: npm ci
Expand All @@ -57,10 +57,10 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Use Node.js 16.x
- name: Use Node.js 22.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 22.x
cache: npm
- name: Set up Expo and EAS
uses: expo/expo-github-action@v7
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/eas-build-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Use Node.js 16.x
- name: Use Node.js 22.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 22.x
cache: npm
- name: Set up Expo and EAS
uses: expo/expo-github-action@v7
Expand Down
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@react-navigation/native": "^6.1.1",
"@react-navigation/stack": "^6.3.10",
"@reduxjs/toolkit": "^1.8.5",
"@types/react": "18.3.12",
"deepmerge": "^4.2.2",
"expo": "^52.0.0",
"expo-localization": "~16.0.0",
Expand All @@ -25,16 +26,15 @@
"react-dom": "18.3.1",
"react-native": "0.76.2",
"react-native-gesture-handler": "~2.20.2",
"react-native-paper": "^4.12.4",
"react-native-paper": "^4.12.8",
"react-native-paper-dates": "^0.9.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.0.0",
"react-redux": "^8.0.2",
"url": "^0.11.0",
"use-immer": "^0.7.0",
"ynab": "^1.28.0",
"@types/react": "18.3.12"
"ynab": "^1.28.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
Expand Down

0 comments on commit f68c6d6

Please sign in to comment.