Skip to content

Commit

Permalink
Update dependencies (#27)
Browse files Browse the repository at this point in the history
* Update dependencies

* Fix CI
  • Loading branch information
charlesdemers authored Oct 10, 2023
1 parent c39080e commit 845638f
Show file tree
Hide file tree
Showing 8 changed files with 584 additions and 534 deletions.
28 changes: 14 additions & 14 deletions template/.github/workflows/build-distribute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ on:
default: 'qa'
type: choice
options:
- qa
- client
- prod
- qa
- client
- prod
platform:
description: 'Platform'
required: true
default: 'all'
type: choice
options:
- all
- ios
- android
- all
- ios
- android

jobs:
build:
Expand All @@ -34,11 +34,11 @@ jobs:
strategy:
matrix:
include:
- platform: android
os: ubuntu-latest
- platform: android
os: ubuntu-latest

- platform: ios
os: macos-latest
- platform: ios
os: macos-latest
steps:
- name: Precondition
id: skip
Expand All @@ -62,7 +62,7 @@ jobs:
restore-keys: cocoapods-
path: |
ios/Pods
ios/Millie.xcworkspace
ios/ProjectName.xcworkspace
- name: Gradle cache
if: steps.skip.outputs.should_skip == 'false'
Expand All @@ -86,7 +86,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true

- name: Setup Node.js
if: steps.skip.outputs.should_skip == 'false'
uses: actions/setup-node@v3
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
with:
ref: ${{github.event.inputs.reference}}
fetch-depth: 0

- uses: actions/cache@v3
with:
path: '**/node_modules'
Expand All @@ -152,7 +152,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true

- name: Setup Node.js
uses: actions/setup-node@v3
with:
Expand Down
Loading

0 comments on commit 845638f

Please sign in to comment.