Skip to content

Commit

Permalink
chore: bump actions/setup-node version to v4 (#428)
Browse files Browse the repository at this point in the history
* chore: bump actions/setup-node version to v4

* fix: install flutterfire condition
  • Loading branch information
2paperstar authored Oct 1, 2024
1 parent 5c9f630 commit c61b3d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
!.dart_tool/**/*.snapshot
key: ${{ runner.os }}-dart-tool-${{ hashFiles('pubspec.lock') }}
- name: install flutterfire
if: env.run == 'true'
run: flutter pub global activate flutterfire_cli
- uses: actions/cache@v4
if: env.run == 'true' && matrix.os == 'iOS'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
env:
KEYSTORE: ${{ secrets.KEYSTORE }}
KEYSTORE_PROPERTIES: ${{ secrets.KEYSTORE_PROPERTIES }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
if: matrix.os == 'Android'
- uses: w9jds/setup-firebase@main
if: matrix.os == 'Android'
Expand Down

0 comments on commit c61b3d0

Please sign in to comment.