mirror of
https://github.com/actions/setup-node.git
synced 2026-05-23 21:01:54 +00:00
Merge pull request #8 from tijuks/tijuks-patch-2
Add e2e-cache.yml workflow for caching setup
This commit is contained in:
commit
d475f375e8
1 changed files with 10 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue