Skip to content

build(deps): bump lit-html from 3.1.3 to 3.1.4 #205

build(deps): bump lit-html from 3.1.3 to 3.1.4

build(deps): bump lit-html from 3.1.3 to 3.1.4 #205

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['18.x', '20.x', '22.x']
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: make