Skip to content

[Exceptions] minor: define exceptions in globalThis instead of global #108

[Exceptions] minor: define exceptions in globalThis instead of global

[Exceptions] minor: define exceptions in globalThis instead of global #108

Workflow file for this run

name: Typings
on: [ push, pull_request_target ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node_version:
- 14
- 16
- 18
- 20
name: Node ${{ matrix.node_version }} - ${{ matrix.architecture }} on Linux
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
architecture: ${{ matrix.architecture }}
- run: npm install
- run: $(npm root)/.bin/tsc