Skip to content

chore(deps): bump @babel/runtime from 7.22.3 to 7.27.0 in /package/expo-package #3592

chore(deps): bump @babel/runtime from 7.22.3 to 7.27.0 in /package/expo-package

chore(deps): bump @babel/runtime from 7.22.3 to 7.27.0 in /package/expo-package #3592

Workflow file for this run

name: Lint, Unit Tests, and Code Analysis
on:
pull_request:
branches:
- develop
- main
- 'v[0-9]+.[0-9]+.[0-9]+*beta*'
types: [opened, synchronize]
jobs:
check_pr:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@v3
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install && Build - SDK and Sample App
uses: ./.github/actions/install-and-build-sdk
- name: Lint
run: yarn lerna-workspaces run lint
- name: Test
run: yarn test:coverage