From 26940878f0d31cf44f3de6b57c669493fe8bf256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sat, 25 Jul 2026 20:05:43 +0200 Subject: [PATCH] Remove node-install step in node container --- .gitea/workflows/ci.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index b6791e0..6ac5e5f 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -39,11 +39,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Install Node - uses: actions/setup-node@v4 - with: - node-version: 16 - cache: 'npm' - name: Install Dependencies run: npm ci