Skip to content

Bump @babel/traverse from 7.17.3 to 7.23.2 #46

Bump @babel/traverse from 7.17.3 to 7.23.2

Bump @babel/traverse from 7.17.3 to 7.23.2 #46

Workflow file for this run

name: Continuous Deployment
on:
push
jobs:
test-build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install packages
run: yarn install
- name: Run tests
run: yarn test
- name: Build for GitHub pages
run: yarn build
- name: Deploy to gh-pages branch
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build