Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Bump esbuild from 0.21.0 to 0.23.0 #56

Bump esbuild from 0.21.0 to 0.23.0

Bump esbuild from 0.21.0 to 0.23.0 #56

Workflow file for this run

name: Test Build
on:
pull_request:
types: [opened, reopened]
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Build
run: npm run build