Skip to content

web: Use <script type="module"> to satisfy parcel #240

web: Use <script type="module"> to satisfy parcel

web: Use <script type="module"> to satisfy parcel #240

Workflow file for this run

name: CI
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 3'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ '14' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test