Skip to content

Merge pull request #52 from seatsio/dependabot/npm_and_yarn/rollup/pl… #133

Merge pull request #52 from seatsio/dependabot/npm_and_yarn/rollup/pl…

Merge pull request #52 from seatsio/dependabot/npm_and_yarn/rollup/pl… #133

Workflow file for this run

name: 'Build'
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: yarn install
- run: yarn build