Enable npm caching for integration test jobs

This commit is contained in:
Marcono1234 2024-03-22 22:59:26 +01:00
parent 537945ac18
commit b9f715c38d

View File

@ -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