Skip to content

fix colors and lighting #8

fix colors and lighting

fix colors and lighting #8

Workflow file for this run

name: ci
on:
push:
branches: main
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8
- name: Setup Node.js
uses: actions/setup-node@v4
with:
cache: "pnpm"
node-version-file: ".node-version"
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build