opengoal-vscode/.github/workflows/build.yaml
dependabot[bot] c01fea6c72
build(deps): bump actions/checkout from 3 to 4 (#309)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-01 12:38:15 -04:00

32 lines
487 B
YAML

name: 🔨 Build
on:
push:
branches:
- "*"
tags:
- v*
pull_request:
branches:
- master
jobs:
build:
name: Extension
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
- name: Install Dependencies
run: yarn install --immutable
- name: Build Extension
run: yarn esbuild