Skip to content

Bump esbuild from 0.19.5 to 0.19.10 #703

Bump esbuild from 0.19.5 to 0.19.10

Bump esbuild from 0.19.5 to 0.19.10 #703

Workflow file for this run

name: Test and Coverage
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Installing dependencies
run: npm install
- name: Run test
run: npm test -- --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3