Skip to content

chore(deps-dev): bump esbuild from 0.19.3 to 0.24.2 (#233) #268

chore(deps-dev): bump esbuild from 0.19.3 to 0.24.2 (#233)

chore(deps-dev): bump esbuild from 0.19.3 to 0.24.2 (#233) #268

name: Test Actions
on:
push:
branches:
- main
paths:
- ".github/workflows/_internal-supported-version.yaml"
- "supported-version/**"
- "package-lock.json"
- "!(**/*.md)"
pull_request:
branches:
- main
paths:
- ".github/workflows/_internal-supported-version.yaml"
- "supported-version/**"
- "package-lock.json"
- "!(**/*.md)"
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
shell: bash
- run: npm test
shell: bash