Skip to content

build(deps-dev): bump handlebars from 4.1.2 to 4.7.8 in /examples/parcel #43

build(deps-dev): bump handlebars from 4.1.2 to 4.7.8 in /examples/parcel

build(deps-dev): bump handlebars from 4.1.2 to 4.7.8 in /examples/parcel #43

Workflow file for this run

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: builds the package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bazelbuild/setup-bazelisk@v2
- run: bazel build :release
- uses: actions/upload-artifact@v3
with:
name: release.tar.gz
path: dist/bin/release.tar.gz