Skip to content

Commit 75a4817

Browse files
authored
fix: install dependencies for iOS runner releases (#1785)
1 parent 4cfa34b commit 75a4817

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-ios-runner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
with:
3434
ref: ${{ github.event.inputs.checkout_ref || github.ref }}
3535

36-
- name: Setup Node.js
37-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
36+
- name: Setup toolchain
37+
uses: ./.github/actions/setup-node-pnpm
3838
with:
3939
node-version: '24.13'
4040

0 commit comments

Comments
 (0)