Skip to content

fix: bump lovelace-mushroom from v3.5.2 to v3.5.4 (#291) #160

fix: bump lovelace-mushroom from v3.5.2 to v3.5.4 (#291)

fix: bump lovelace-mushroom from v3.5.2 to v3.5.4 (#291) #160

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
qa:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: |
npm install
- name: Build
run: |
npm run build