Skip to content

Backpack RN upgrade to 0.70.9 #539

Backpack RN upgrade to 0.70.9

Backpack RN upgrade to 0.70.9 #539

Workflow file for this run

name: Node CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
defaults:
run:
shell: bash -l {0}
jobs:
Build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup NPM
run: |
nvm install
npm ci
- name: Build
run: npm run build
- name: Run tests
run: |
nvm use
npm test