Skip to content

Update babel monorepo #1205

Update babel monorepo

Update babel monorepo #1205

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: pnpm install, build
run: |
curl -L https://unpkg.com/@pnpm/self-installer | node
pnpm install
pnpm run build
env:
CI: true