Skip to content

Migrate to Esbuild

Migrate to Esbuild #4

Workflow file for this run

name: Tests CI
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Checkout
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: npm install, build, and deploy
run: |
npm install
npm test