Skip to content

Update @nimiq/utils for custom FiatApi Coingecko API URL #806

Update @nimiq/utils for custom FiatApi Coingecko API URL

Update @nimiq/utils for custom FiatApi Coingecko API URL #806

Workflow file for this run

name: Complete Check
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Install modules
run: yarn
- name: Run
run: yarn pr