From 018571c9509d66470ba2fdf2e818b968b194e6e6 Mon Sep 17 00:00:00 2001 From: Alois Date: Sun, 28 Jun 2026 19:48:40 +0200 Subject: [PATCH] (fix): workflows --- .forgejo/workflows/deploy-dev.yml | 9 +++++++++ .forgejo/workflows/deploy-prod.yml | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/.forgejo/workflows/deploy-dev.yml b/.forgejo/workflows/deploy-dev.yml index 7288da7..d777e17 100644 --- a/.forgejo/workflows/deploy-dev.yml +++ b/.forgejo/workflows/deploy-dev.yml @@ -33,6 +33,9 @@ jobs: build-mobile: runs-on: nixos steps: + - name: Install node + run: nix profile install nixpkgs#nodejs_24 + - name: Check out repo uses: https://data.forgejo.org/actions/checkout@v4 @@ -114,6 +117,9 @@ jobs: matrix: target: [linux] steps: + - name: Install node + run: nix profile install nixpkgs#nodejs_24 + - name: Check out repo uses: https://data.forgejo.org/actions/checkout@v4 @@ -156,6 +162,9 @@ jobs: runs-on: nixos needs: [build-web, build-mobile, build-desktop] steps: + - name: Install node + run: nix profile install nixpkgs#nodejs_24 + - name: Check out repo uses: https://data.forgejo.org/actions/checkout@v4 with: diff --git a/.forgejo/workflows/deploy-prod.yml b/.forgejo/workflows/deploy-prod.yml index 2dad371..c94aa46 100644 --- a/.forgejo/workflows/deploy-prod.yml +++ b/.forgejo/workflows/deploy-prod.yml @@ -10,6 +10,9 @@ jobs: build-web: runs-on: nixos steps: + - name: Install node + run: nix profile install nixpkgs#nodejs_24 + - name: Check out repo uses: https://data.forgejo.org/actions/checkout@v4 @@ -31,6 +34,9 @@ jobs: build-mobile: runs-on: nixos steps: + - name: Install node + run: nix profile install nixpkgs#nodejs_24 + - name: Check out repo uses: https://data.forgejo.org/actions/checkout@v4 @@ -112,6 +118,9 @@ jobs: matrix: target: [linux] steps: + - name: Install node + run: nix profile install nixpkgs#nodejs_24 + - name: Check out repo uses: https://data.forgejo.org/actions/checkout@v4