Skip to content

[Snyk] Security upgrade react-native from 0.63.2 to 0.76.0 #65

[Snyk] Security upgrade react-native from 0.63.2 to 0.76.0

[Snyk] Security upgrade react-native from 0.63.2 to 0.76.0 #65

Workflow file for this run

name: test-pr
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/cache@v1.1.2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-node-
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn test