From 7a201eb4fa697441572539c38bb15cb3d9ab24ad Mon Sep 17 00:00:00 2001 From: toufic ar Date: Mon, 26 Jan 2026 21:12:02 +0200 Subject: [PATCH] add node to runner --- .forgejo/workflows/update.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/update.yaml b/.forgejo/workflows/update.yaml index 24c1bdc..e78c1f6 100644 --- a/.forgejo/workflows/update.yaml +++ b/.forgejo/workflows/update.yaml @@ -6,6 +6,8 @@ jobs: update: runs-on: nix-latest steps: + - name: install packages + run: nix profile add nixpkgs#nodejs_24 - name: checkout repo uses: actions/checkout@v6 - name: configure git