Skip to content

Update preact 10.7.3 → 10.25.1 (minor) #537

Update preact 10.7.3 → 10.25.1 (minor)

Update preact 10.7.3 → 10.25.1 (minor) #537

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/[email protected]
with:
node-version: 16.x
- name: Install Yarn
run: npm install -g yarn
- name: Install Packages
run: yarn install --frozen-lockfile
- name: Build project
run: yarn build