Skip to content

Increase timeout

Increase timeout #106

Workflow file for this run

name: Off-chain builds successfully
on:
pull_request:
paths: [ 'src/**' ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn install
- run: yarn build