Update dependencies
All checks were successful
Build / build (push) Successful in 36s

This commit is contained in:
2025-06-05 12:08:01 +01:00
parent 4941e620ca
commit 709e133635
3 changed files with 337 additions and 312 deletions

View File

@ -14,25 +14,25 @@ jobs:
- name: Checkout project
uses: actions/checkout@v4
- name: 🔧 Install pnpm
- name: Install pnpm
uses: https://github.com/pnpm/action-setup@v4
with:
version: 9
run_install: false
- name: 🔧 Install node
- name: Install node
uses: https://github.com/actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: 🧱 Install packages
- name: Install packages
run: pnpm install
- name: Check project
- name: Check project
run: pnpm run check
- name: 🔨 Build project
- name: Build project
run: pnpm run build
- name: Upload artifact