Skip to content

refactor: Swap the OG image to one including the Preact name #377

refactor: Swap the OG image to one including the Preact name

refactor: Swap the OG image to one including the Preact name #377

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- run: npm ci
- run: npm run build
env:
NODE_OPTIONS: '--openssl-legacy-provider'