Skip to content

Commit

Permalink
Install brunch
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbov committed Nov 8, 2023
1 parent eaeff1a commit 072bc7a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build

on:
push:
tags:
branches:
- '*'

jobs:
Expand All @@ -19,6 +19,9 @@ jobs:
with:
node-version: '20.x'

- name: Install brunch
run: npm install -g brunch

- name: Install dependencies
run: yarn --frozen-lockfile

Expand Down

0 comments on commit 072bc7a

Please sign in to comment.