Skip to content

Update to esbuild^0.24.0 #23

Update to esbuild^0.24.0

Update to esbuild^0.24.0 #23

Workflow file for this run

name: build
on: ["push", "pull_request"]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['19', '18', '17', '16', '15', '14']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}