Skip to content

Update dependency preact to v10.25.4 (#1491) #4125

Update dependency preact to v10.25.4 (#1491)

Update dependency preact to v10.25.4 (#1491) #4125

Workflow file for this run

name: Linux Compiler 🐧
on:
push:
branches:
- main
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
yarn-version: [14, 15, 16]
steps:
- uses: actions/checkout@v4
- name: Yarn 🧶
run: |
yarn
- name: Typescript Builder 🏗️
run: |
yarn build