Skip to content

build(deps-dev): bump @muspellheim/shared in the minor-and-patch group #1071

build(deps-dev): bump @muspellheim/shared in the minor-and-patch group

build(deps-dev): bump @muspellheim/shared in the minor-and-patch group #1071

Workflow file for this run

name: Build
on: push
permissions:
contents: read
jobs:
build:
env:
TZ: "Europe/Berlin"
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v6
- name: Set up Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Set up Node.js LTS
uses: actions/setup-node@v6
with:
node-version: "lts/*"
- name: Install dependencies
run: |
curl "https://esdm.s3.fr-par.scw.cloud/0.12.0/esdm-linux-amd64" --fail --output /usr/local/bin/esdm \
&& chmod a+x /usr/local/bin/esdm
- name: Build
run: make