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