Skip to content

Allow relative module identifiers that end with .js #53

Allow relative module identifiers that end with .js

Allow relative module identifiers that end with .js #53

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- run: npm ci
- run: npm run compile
- run: npm test