Skip to content

Bump cross-spawn from 7.0.3 to 7.0.6 (#23) #43

Bump cross-spawn from 7.0.3 to 7.0.6 (#23)

Bump cross-spawn from 7.0.3 to 7.0.6 (#23) #43

Workflow file for this run

name: 'CI'
on:
push:
branches:
- main
jobs:
CI:
runs-on: ubuntu-latest
steps:
- name: 🛎️ Checkout
uses: actions/checkout@v2
- name: 🔧 Install
run: yarn
- name: 🏗️ Build
run: yarn build
- name: 🧪 Test
run: yarn test
env:
CI: true
- name: 🚀 Deploy
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages
folder: build