From 2392dac5193b43431d6db8b3cf83b5f8e4b5dd92 Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Wed, 19 Feb 2025 11:58:56 +0100 Subject: [PATCH] ci: update path in CI workflow configuration --- .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 7523a92..a5cf425 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: working-directory: ./frontend with: path: | - ~/node_modules/ + node_modules/ key: ${{ runner.os }}-bun- restore-keys: | ${{ runner.os }}-bun-