Skip to content

Commit

Permalink
Pin Node Version for NOw
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Aug 26, 2024
1 parent 0843a42 commit 7dcebe9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/xcodebuild-or-fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ jobs:
key: ${{ runner.os }}-${{ runner.arch }}-firebase-emulators-${{ hashFiles('~/.cache/firebase/emulators/**') }}
- name: Setup NodeJS
if: ${{ !env.selfhosted && inputs.setupfirebaseemulator }}
uses: actions/setup-node@v4
with:
node-version: 22.6.x
- name: Setup Java
if: ${{ !env.selfhosted && inputs.setupfirebaseemulator }}
uses: actions/setup-java@v4
Expand Down

0 comments on commit 7dcebe9

Please sign in to comment.