mirror of
https://github.com/actions/upload-artifact.git
synced 2025-04-20 10:11:21 +00:00
Remove caching
This commit is contained in:
parent
be5b3c3925
commit
ee34b2508a
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -29,7 +29,6 @@ jobs:
|
|||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
cache: 'npm'
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
Loading…
Reference in New Issue
Block a user