Skip to content

Commit ca96b1d

Browse files
committed
Use node 16
1 parent fc8e524 commit ca96b1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/prepare.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ jobs:
2929
id: bump
3030
with:
3131
current_version: ${{ steps.fetch_latest_release.outputs.release }}
32-
- uses: actions/checkout@v2
3332
- uses: actions/setup-node@v3
33+
with:
34+
node-version: 16.x
3435
- name: "Bump podspec versions"
3536
shell: bash
3637
run: |

0 commit comments

Comments
 (0)