mirror of
https://github.com/actions/setup-node.git
synced 2026-05-15 09:09:13 +00:00
Delete .github/wogithub/workflows directory
Unplugged Signed-off-by: tijuks <154919533+tijuks@users.noreply.github.com>
This commit is contained in:
parent
f016650ce6
commit
997a49007b
10
.github/wogithub/workflows/e2e-cache.yml
vendored
10
.github/wogithub/workflows/e2e-cache.yml
vendored
@ -1,10 +0,0 @@
|
||||
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