Skip to content

Export compile and tokenize in TypeScript definitions #26

Export compile and tokenize in TypeScript definitions

Export compile and tokenize in TypeScript definitions #26

Workflow file for this run

name: pull request CI
on: [pull_request]
env:
NODE_VERSION: "14"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: ${{ env.NODE_VERSION }}
- run: npm install
- run: npm test