Skip to content

build(deps): bump @agoric/notifier from 0.6.3-dev-b8d6697.0 to 0.6.3-u11.0 #127

build(deps): bump @agoric/notifier from 0.6.3-dev-b8d6697.0 to 0.6.3-u11.0

build(deps): bump @agoric/notifier from 0.6.3-dev-b8d6697.0 to 0.6.3-u11.0 #127

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'yarn'
cache-dependency-path: yarn.lock
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test
- run: yarn workspaces run prepack