Skip to content

Replace the use of assertClause in imports, and replace it with attributes instead. TS deprecates the former and mirrors the properties to the latter, so we should move away from the deprecated one. #1003

Replace the use of assertClause in imports, and replace it with attributes instead. TS deprecates the former and mirrors the properties to the latter, so we should move away from the deprecated one.

Replace the use of assertClause in imports, and replace it with attributes instead. TS deprecates the former and mirrors the properties to the latter, so we should move away from the deprecated one. #1003

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
- name: Use Node.js 15.x
uses: actions/setup-node@v2
with:
node-version: 15.x
- run: yarn
- run: yarn run build
- run: yarn test