Skip to content

chore(deps): bump tough-cookie and eth-gas-reporter #267

chore(deps): bump tough-cookie and eth-gas-reporter

chore(deps): bump tough-cookie and eth-gas-reporter #267

Workflow file for this run

name: CI for RIF-Relay-Sample-Dapp
on: [push]
jobs:
lint-and-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
- name: Install dependencies
run: npm install --force # FIXME: PP-648
- name: Check Linter bugs
run: npm run lint
- name: Check Codestyles errors
run: npm run format
- name: Check build errors
run: npm run build