Skip to content

Bump web-vitals from 3.0.4 to 4.0.0 in /webapp #2737

Bump web-vitals from 3.0.4 to 4.0.0 in /webapp

Bump web-vitals from 3.0.4 to 4.0.0 in /webapp #2737

Workflow file for this run

# This is a basic workflow that is manually triggered
name: compile dig
# Controls when the action will run. Workflow runs when manually triggered using the UI
# or API.
on: [push, pull_request, workflow_dispatch]
# This workflow makes x86_64 binaries for mac, windows, and linux.
jobs:
build:
runs-on: ubuntu-latest
name: dig
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4.0.1
with:
go-version: '^1.19'
env:
GOOS: ${{ matrix.targetos }}
GOARCH: ${{ matrix.arch }}
- name: Compile dig
run: |
make install
# proof:
# runs-on: ubuntu-latest
# name: prove that v0.46 works
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-go@v4.0.1
# with:
# go-version: '^1.19'
# - name: Prove dig
# run: |
# make install
# digd init test
# cp ~/.dig/data/priv_validator_state.json ~/priv_validator_state.json
# rm -rf ~/.dig/data
# cp networks/mainnets/dig-1/genesis.json ~/.dig/config/genesis.json
# cd ~/.dig
# URL=https://quicksync.ccvalidators.com/SNAPSHOTS/dig-1_20221029_default.tar.lz4 && wget -O - $URL | lz4 -d | tar -xvf -
# cp ~/priv_validator_state.json ~/.dig/data/priv_validator_state.json
# digd start --home ~/.dig --minimum-gas-prices 0.00001udig