Skip to content

[Snyk] Security upgrade @react-navigation/native from 6.1.17 to 7.0.14 #67

[Snyk] Security upgrade @react-navigation/native from 6.1.17 to 7.0.14

[Snyk] Security upgrade @react-navigation/native from 6.1.17 to 7.0.14 #67

Workflow file for this run

name: unit test
on:
push:
pull_request:
branches:
- main
jobs:
setup-node:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install npm dependencies
run: npm ci
- name: Run unit tests
run: npm run test