From ef8111cc7e38e75edf0dea681fec872867caa207 Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Wed, 19 Feb 2025 12:01:14 +0100 Subject: [PATCH] ci: update node_modules path in CI workflow config --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index a5cf425..c90932e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: working-directory: ./frontend with: path: | - node_modules/ + frontend/node_modules/ key: ${{ runner.os }}-bun- restore-keys: | ${{ runner.os }}-bun-