Skip to content

build(deps): bump express from 4.18.1 to 4.20.0 #431

build(deps): bump express from 4.18.1 to 4.20.0

build(deps): bump express from 4.18.1 to 4.20.0 #431

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