mirror of
https://github.com/gradle/wrapper-validation-action.git
synced 2025-04-20 06:09:19 +08:00
Enable npm caching for integration test jobs
This commit is contained in:
parent
537945ac18
commit
b9f715c38d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -38,6 +38,7 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
cache: npm
|
||||
|
||||
- name: Build action
|
||||
# Pull requests are not expected to update `action/index.js`, and pushes to the `main` branch
|
||||
@ -78,6 +79,7 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
cache: npm
|
||||
|
||||
- name: Build action
|
||||
# Pull requests are not expected to update `action/index.js`, and pushes to the `main` branch
|
||||
|
Loading…
x
Reference in New Issue
Block a user