From 967f067082c9220024f7c72fe827bcbbae7a9f85 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 14 Apr 2024 11:06:20 +0200 Subject: Test latest known Hugo version --- .github/workflows/cs.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to '.github/workflows/cs.yml') diff --git a/.github/workflows/cs.yml b/.github/workflows/cs.yml index e90e993..a59baca 100644 --- a/.github/workflows/cs.yml +++ b/.github/workflows/cs.yml @@ -25,14 +25,8 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20.x' - - - name: Setup npm cache - uses: actions/cache@v4 - with: - path: ~/.npm - key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-node- + cache: 'npm' + cache-dependency-path: '**/package-lock.json' - name: Install npm dependencies run: npm ci --ignore-scripts -- cgit v1.2.3