Skip to content

Commit

Permalink
chore: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tjzel committed Dec 17, 2024
1 parent 7ad15d2 commit 0ae9631
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example-android-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
[
apps/paper-example,
apps/fabric-example,
apps/external-worklets/example,
apps/external-worklets-example,
]
fail-fast: false
concurrency:
Expand Down
1 change: 1 addition & 0 deletions packages/react-native-worklets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@types/react": "^18.2.44",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"eslint": "^8.57.0",
"madge": "^5.0.1",
"prettier": "^3.3.3",
"react": "18.3.1",
"react-native": "^0.76.1",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18350,6 +18350,7 @@ __metadata:
"@types/react": "npm:^18.2.44"
"@typescript-eslint/eslint-plugin": "npm:^6.19.0"
eslint: "npm:^8.57.0"
madge: "npm:^5.0.1"
prettier: "npm:^3.3.3"
react: "npm:18.3.1"
react-native: "npm:^0.76.1"
Expand Down

0 comments on commit 0ae9631

Please sign in to comment.