Skip to content

build(deps): bump uuid from 10.0.0 to 11.0.2 (#2192) #2382

build(deps): bump uuid from 10.0.0 to 11.0.2 (#2192)

build(deps): bump uuid from 10.0.0 to 11.0.2 (#2192) #2382

Workflow file for this run

on:
push:
branches:
- master
pull_request:
name: Build and bundle
jobs:
chore:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Print environment
run: |
node --version
npm --version
python --version
pip --version
- name: Install Node dependencies
run: npm ci
- name: Compile with TypeScript
run: npm run build
- name: Bundle with Rollup
run: npm run dist