Bun -> pnpm
Some checks failed
/ deploy (push) Failing after 56s

This commit is contained in:
Alois 2026-08-07 23:47:25 +02:00
commit fbaa6e5a2c
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24

View file

@ -10,17 +10,17 @@ jobs:
deploy: deploy:
runs-on: nixos runs-on: nixos
steps: steps:
- name: Install node & bun - name: Install node & pnpm
run: nix profile add nixpkgs#nodejs_24 nixpkgs#bun run: nix profile add nixpkgs#nodejs_24 nixpkgs#pnpm
- name: Check out repo - name: Check out repo
uses: https://data.forgejo.org/actions/checkout@v7 uses: https://data.forgejo.org/actions/checkout@v7
- name: Install dependencies - name: Install dependencies
run: bun install --frozen-lockfile run: pnpm install --frozen-lockfile
- name: Build - name: Build
run: bun run build run: pnpm run build
- name: Install rsync - name: Install rsync
run: nix profile add nixpkgs#rsync run: nix profile add nixpkgs#rsync