mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 03:41:27 +00:00
v
This commit is contained in:
parent
5b93d2af5d
commit
e4467851f8
4
.github/workflows/cache-verify.yml
vendored
4
.github/workflows/cache-verify.yml
vendored
@ -18,8 +18,8 @@ jobs:
|
||||
env:
|
||||
LOCK_HASH: ${{ hashFiles('backend/yarn.lock', 'webapp/yarn.lock') }}
|
||||
run: echo "key=node-modules-${{ runner.os }}-${{ env.LOCK_HASH }}" >> $GITHUB_OUTPUT
|
||||
- uses: actions/cache@v4
|
||||
id: restore
|
||||
- id: restore
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
backend/node_modules
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user