Skip to content

Commit

Permalink
fix: iOS CI (#271)
Browse files Browse the repository at this point in the history
* fix: ios ci

* fix: ios ci

* fix: ci

* fix: remove unused package.json in example

* fix: ios ci

* fix: update podfile lock
  • Loading branch information
Naturalclar authored Nov 26, 2024
1 parent d9d5014 commit 500c0b1
Show file tree
Hide file tree
Showing 5 changed files with 2,122 additions and 537 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: [18]
node-version: [18, 20]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18]
node-version: [18, 20]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18]
node-version: [18, 20]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
Expand All @@ -74,7 +74,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
node-version: [18]
node-version: [18, 20]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
Expand All @@ -97,7 +97,7 @@ jobs:
# runs-on: windows-latest
# strategy:
# matrix:
# node-version: [18]
# node-version: [18, 20]
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-node@v3
Expand Down
Loading

0 comments on commit 500c0b1

Please sign in to comment.