Skip to content

chore: update dependency @types/chai to v5 #1108

chore: update dependency @types/chai to v5

chore: update dependency @types/chai to v5 #1108

Workflow file for this run

name: Build @collabland/staking-contracts
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['18']
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
check-latest: true
- run: npm ci
- run: npm test
env:
INFURA_PROJECT_ID: ${{ secrets.INFURA_PROJECT_ID }}
INFURA_PROJECT_SECRET: ${{ secrets.INFURA_PROJECT_SECRET }}
ANGEL_BLOCK_SUBGRAPH_API_KEY:
${{ secrets.ANGEL_BLOCK_SUBGRAPH_API_KEY }}
RENFT_POLYGON_SYLVESTER_V1_SUBGRAPH_URL:
${{ secrets.RENFT_POLYGON_SYLVESTER_V1_SUBGRAPH_URL }}