Skip to content

chore: download of images now cached for improve performance #126

chore: download of images now cached for improve performance

chore: download of images now cached for improve performance #126

Workflow file for this run

name: Build CI
on:
pull_request:
branches: ["master"]
push:
branches: ["master"]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 24
- name: Clean Install Dependencies
run: npm ci
- name: Build project
run: npm run build