We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0130a commit 627e01cCopy full SHA for 627e01c
1 file changed
.github/workflows/ios-testflight-dist.yml
@@ -41,6 +41,9 @@ jobs:
41
restore-keys: |
42
${{ runner.os }}-pods-
43
44
+ - name: Print the installed Node.js version
45
+ run: node -v
46
+
47
- name: Install Ruby 3.x
48
uses: ruby/setup-ruby@v1
49
with:
0 commit comments