mirror of
https://github.com/actions/setup-node.git
synced 2026-05-15 10:21:22 +00:00
Add e2e-cache.yml workflow for caching setup
Signed-off-by: Tijuks <154919533+tijuks@users.noreply.github.com>
This commit is contained in:
parent
2d1c9c3edf
commit
68e3fdc43f
10
.github/wogithub/workflows/e2e-cache.yml
vendored
Normal file
10
.github/wogithub/workflows/e2e-cache.yml
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v6 # Always run this first!
|
||||||
|
- name: Clean global cache
|
||||||
|
run: npm cache clean --force
|
||||||
|
- name: Setup Node
|
||||||
|
uses: ./
|
||||||
|
with:
|
||||||
|
node-version: ${{ matrix.node-version }}
|
||||||
|
cache: 'npm'
|
||||||
|
# ... the rest of your steps ...
|
||||||
Loading…
Reference in New Issue
Block a user