mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Cache npm
This commit is contained in:
2
.github/workflows/ci-verify-outputs.yml
vendored
2
.github/workflows/ci-verify-outputs.yml
vendored
@@ -20,6 +20,8 @@ jobs:
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
cache: npm
|
||||
cache-dependency-path: sources/package-lock.json
|
||||
- name: Build
|
||||
run: |
|
||||
npm -v
|
||||
|
||||
Reference in New Issue
Block a user