From 5d9fa9da41c39ea7089ce17c59ba4c8e8ba6a45e Mon Sep 17 00:00:00 2001 From: n4n5 <56606507+Its-Just-Nans@users.noreply.github.com> Date: Tue, 30 Jul 2024 05:33:10 +0200 Subject: [PATCH] add --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1897b40..d41f11e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,8 @@ jobs: uses: actions/cache/restore@v4 with: path: node_modules - key: node_modules + key: ${{ runner.os }}-node_modules + restore-keys: ${{ runner.os }}-node_modules - name: npm install run: npm ci --force - name: config