Skip to content

Commit

Permalink
chore: update yarn and node version (#153)
Browse files Browse the repository at this point in the history
* chore: update yarn

* chore: update node version in ci

* fix: remove appium

* chore: update node version in windows ci
  • Loading branch information
Naturalclar authored Nov 15, 2024
1 parent f8d4555 commit 7b3ae8b
Show file tree
Hide file tree
Showing 5 changed files with 12,069 additions and 12,210 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
node-version: [18]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
node-version: [18]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
node-version: [18]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand All @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
node-version: [18]
java-version: [11]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
node-version: [16]
node-version: [18]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: windows-2019
strategy:
matrix:
node-version: [16]
node-version: [18]

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ buck-out/

#VS code
.vscode/**

# yarn
.yarn
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@
"@types/jest": "^26.0.22",
"@types/react": "^17.0.3",
"@types/react-native": "^0.61.2",
"@types/selenium-webdriver": "4.0.9",
"appium": "1.17.0",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^3.2.0",
"eslint": "^7.14.0",
Expand All @@ -71,8 +69,6 @@
"react-native-test-app": "^2.0.0",
"react-native-windows": "^0.68.0",
"react-test-renderer": "17.0.1",
"selenium-appium": "0.0.15",
"selenium-webdriver": "4.0.0-alpha.7",
"typescript": "4"
},
"peerDependencies": {
Expand All @@ -89,5 +85,6 @@
"android": {
"javaPackageName": "com.reactnativecommunity.progressview"
}
}
},
"packageManager": "[email protected]+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca"
}
Loading

0 comments on commit 7b3ae8b

Please sign in to comment.