diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-14 11:06:20 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-14 11:22:13 +0200 |
| commit | 967f067082c9220024f7c72fe827bcbbae7a9f85 (patch) | |
| tree | 1fb787da993a35ff53af520180a3c1d7c4e4c956 /.github/workflows/cs.yml | |
| parent | 35c314107fd97ba4270da81065008cdfc36cb847 (diff) | |
| download | gohugo-theme-ed-967f067082c9220024f7c72fe827bcbbae7a9f85.tar.gz | |
Test latest known Hugo version
Diffstat (limited to '.github/workflows/cs.yml')
| -rw-r--r-- | .github/workflows/cs.yml | 10 |
1 files changed, 2 insertions, 8 deletions
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 |
