Skip to content

Commit

Permalink
fix: ios
Browse files Browse the repository at this point in the history
  • Loading branch information
gronxb committed Jan 16, 2025
1 parent caab8bd commit db475fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/integration-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ jobs:
node-version: [22.x]
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
- name: Setup pnpm
uses: pnpm/action-setup@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- run: pnpm install

- name: Install Cocoapods
run: gem install cocoapods
Expand Down

0 comments on commit db475fc

Please sign in to comment.