Skip to content

chore(deps): bump safe-stable-stringify from 2.4.3 to 2.5.0 #2890

chore(deps): bump safe-stable-stringify from 2.4.3 to 2.5.0

chore(deps): bump safe-stable-stringify from 2.4.3 to 2.5.0 #2890

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn build