There was an error while loading. Please reload this page.
1 parent 6b9328f commit 97d2951Copy full SHA for 97d2951
.github/workflows/build.yml
@@ -79,7 +79,7 @@ jobs:
79
run: npx github:randommodderjdk/altstore-github --config web/altstore.template.json > web/altstore.json
80
81
- name: Cache npm dependencies
82
- uses: actions/cache@v2
+ uses: actions/cache@v4
83
with:
84
path: '~/.npm'
85
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments