Skip to content

build(deps): bump the extension-dependencies group with 3 updates #564

build(deps): bump the extension-dependencies group with 3 updates

build(deps): bump the extension-dependencies group with 3 updates #564

Workflow file for this run

name: 🔨 Build
on:
push:
branches:
- "*"
tags:
- v*
pull_request:
branches:
- master
jobs:
build:
name: Extension
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- 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