Skip to content

build(deps-dev): bump esbuild from 0.14.51 to 0.24.0 #1171

build(deps-dev): bump esbuild from 0.14.51 to 0.24.0

build(deps-dev): bump esbuild from 0.14.51 to 0.24.0 #1171

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run lint
- run: npm run tsc
- run: npm run build
- run: npm test
release:
needs: test
if: ${{ github.actor != 'dependabot[bot]' && github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm i
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VSCE_PAT: ${{ secrets.VSCE_PAT }}
run: npm run release