Skip to content

Expo Dependencies

Expo Dependencies #135

name: Expo Dependencies
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 0"
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
node-version: 16
- run: npm ci
- uses: expo/expo-github-action@4479f0b3692e25169fa71a02c30d6586ec2f5601 # tag=v7.2.0
with:
expo-version: 4.x
packager: npm
- run: npx expo-cli upgrade
- name: Create Pull Request
uses: peter-evans/create-pull-request@38e0b6e68b4c852a5500a94740f0e535e0d7ba54 # v4.2.4
with:
token: ${{ secrets.GITHUB_TOKEN }}
labels: kind/dependencies
commit-message: "build(deps): bump expo dependencies"
committer: DeFiChain Bot <github-bot@defichain.com>
author: DeFiChain Bot <github-bot@defichain.com>
title: "build(deps): bump expo dependencies"
body: |
#### What kind of PR is this?:
/kind dependencies
#### What this PR does / why we need it:
Bump expo dependencies to newest release
branch: defichain-bot/expo-deps