Skip to content

Fix stack overflow crash in isProviderFor #18

Fix stack overflow crash in isProviderFor

Fix stack overflow crash in isProviderFor #18

Workflow file for this run

name: Build
on:
push:
branches: [ "main", "release-*" ]
pull_request:
branches: [ "main", "release-*" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
npm install
gulp