Skip to content

Upgrade OT: API 1.8.0 / Core 1.22.0 / Experimental 0.49.0 #278

Upgrade OT: API 1.8.0 / Core 1.22.0 / Experimental 0.49.0

Upgrade OT: API 1.8.0 / Core 1.22.0 / Experimental 0.49.0 #278

Workflow file for this run

name: Build and test
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 14.x
- run: npm ci
- run: npm run build
- run: npm run types
- run: npm test
- uses: actions/upload-artifact@v2
with:
path: |
dist/browser.js
dist/index.js