Skip to content

Bump esbuild from 0.27.4 to 0.28.0 #217

Bump esbuild from 0.27.4 to 0.28.0

Bump esbuild from 0.27.4 to 0.28.0 #217

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
node-test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
- run: npm ci
- run: node --test --experimental-test-coverage --test-reporter=spec --test-reporter=lcov --test-reporter-destination=stdout --test-reporter-destination=lcov.txt
- uses: codecov/codecov-action@v6
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: javascript
files: lcov.txt