Skip to content

Update dependency esbuild to v0.19.9 #807

Update dependency esbuild to v0.19.9

Update dependency esbuild to v0.19.9 #807

Workflow file for this run

name: Build and Test
on: push
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
# Get the code
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
# Install dependencies
- name: Install NPM Deps
run: npm install
- name: Test
run: npm run test
- name: Build
run: npm run build