refactor: redundant

This commit is contained in:
cha0s 2024-02-13 04:59:10 -06:00
parent aa5575e6bd
commit 1d852ba2dc

View File

@ -21,18 +21,6 @@ jobs:
with:
path: website
ref: website
- name: Get npm cache directory
id: npm-cache-dir
shell: bash
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
- uses: actions/cache@v4
id: npm-cache
with:
path: ${{ steps.npm-cache-dir.outputs.dir }}
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- id: cache-node-modules
uses: actions/cache@v4
with: