Rename cache actions

This commit is contained in:
Zach Leatherman 2024-03-07 08:00:00 -06:00 committed by GitHub
parent 4a50a70c0d
commit 3ce17a9383
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,13 +21,13 @@ jobs:
with:
node-version: '18'
- name: Cache dependencies
- name: Cache npm
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
- name: Cache dependencies
- name: Cache Eleventy .cache
uses: actions/cache@v3
with:
path: ./.cache