From a0971b67c1b17891a78c2661555afea4b5ed07ef Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Fri, 26 Jan 2024 02:37:04 +0100 Subject: [PATCH] ci: Fix caching using Node.js action --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c37e2089a..2c6a93120 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,6 +36,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: "lts/*" + cache: 'npm' - name: Install dependencies run: npm install