From ab1f2707f4d6e483c9730b12a8becf5a0e9e6a6f Mon Sep 17 00:00:00 2001 From: Ardian <34317628+arddluma@users.noreply.github.com> Date: Fri, 17 Nov 2023 14:05:45 +0100 Subject: [PATCH] Change cache path --- .github/workflows/deploy-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index c6e1b4da..cd66d646 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -33,7 +33,7 @@ jobs: - name: Setup node.js uses: actions/setup-node@v4 with: - node-version: 10.x + node-version: 18.x - name: Determine npm cache directory id: npm-cache @@ -42,7 +42,7 @@ jobs: - name: Restore npm cache uses: actions/cache@v3 with: - path: ${{ steps.npm-cache.outputs.dir }} + path: ${{ dir }} key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ runner.os }}-node-