Skip to content

build(deps): bump actions/checkout from 3 to 4 (#309) #576

build(deps): bump actions/checkout from 3 to 4 (#309)

build(deps): bump actions/checkout from 3 to 4 (#309) #576

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@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