ci: Simplify caching via Node.js setup step

This commit is contained in:
oSumAtrIX
2024-01-26 02:11:42 +01:00
parent 040335617e
commit f700861ced

View File

@@ -24,13 +24,6 @@ jobs:
persist-credentials: false
fetch-depth: 0
- name: Cache Node modules
uses: actions/cache@v3
with:
path: |
node_modules
key: npm-${{ hashFiles('package-lock.json') }}
- name: Cache Gradle
uses: burrunan/gradle-cache-action@v1