Skip to content

build(deps): bump braces from 3.0.2 to 3.0.3 (#159) #426

build(deps): bump braces from 3.0.2 to 3.0.3 (#159)

build(deps): bump braces from 3.0.2 to 3.0.3 (#159) #426

Workflow file for this run

name: build
on: [push]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test
- if: ${{ failure() }}
uses: actions/upload-artifact@v2
with:
name: snapshot diffs
path: tests/__image_snapshots__
- run: yarn build
- run: yarn pack
- uses: actions/upload-artifact@v2
with:
name: ${{ github.sha }}
path: |
${{ github.workspace }}/*.tgz