Skip to content

Update babel monorepo to v7.24.5 (#950) #380

Update babel monorepo to v7.24.5 (#950)

Update babel monorepo to v7.24.5 (#950) #380

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
- main
env:
PNPM_VERSION: 8.15.6
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3.6.0
- name: Install pnpm
uses: pnpm/action-setup@v2.4.0
with:
version: ${{ env.PNPM_VERSION }}
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: pnpm
- name: Install Dependencies
run: pnpm install
- name: Build addon
run: pnpm run build:addon
- name: Build app 🔧
run: pnpm build:test-app
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages
folder: packages/test-app/dist