Skip to content

Do not prefix C# namespaces with "canopy." #91

Do not prefix C# namespaces with "canopy."

Do not prefix C# namespaces with "canopy." #91

Workflow file for this run

on:
- push
- pull_request
jobs:
test:
strategy:
fail-fast: false
matrix:
node:
- '10'
- '12'
- '14'
- '16'
- '18'
- '20'
name: Node.js v${{ matrix.node }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: node --version
- run: make test-js