From 48330e061a7d64888d4ce4c4b3b8e25357d0510a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20M=C3=BCller?= Date: Mon, 29 Apr 2024 19:50:33 +0200 Subject: [PATCH] ci: Fix linting workflow --- .github/workflows/linting.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 9eccf5e..1d2c794 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -15,7 +15,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18 - cache: 'npm' # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ - uses: actions/checkout@v3 - run: npm install