From 9ee49f9089084564237d4d66244218270cb5b12a Mon Sep 17 00:00:00 2001
From: Astra <me@astrra.space>
Date: Sun, 20 Apr 2025 20:56:13 +0900
Subject: [PATCH] I have no idea what I am doing

---
 .forgejo/workflows/deploy.yaml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml
index d1cdd60..483e969 100644
--- a/.forgejo/workflows/deploy.yaml
+++ b/.forgejo/workflows/deploy.yaml
@@ -17,9 +17,11 @@ jobs:
 
       - name: Setup Node
         uses: actions/setup-node@v3
-
+        with:
+          node-version: '18'
+          cache: 'npm'
       - name: Install dependencies
-        run: npm install
+        run: npm ci
 
       - name: Build project
         run: npm run build