Skip to content

Commit 7973d13

Browse files
committed
chore: remove npm cache from Node.js setup in deployment workflow
1 parent e2a400f commit 7973d13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
uses: actions/setup-node@v4
6060
with:
6161
node-version: '18'
62-
cache: 'npm'
6362

6463
- name: Install markdown linting tools
6564
run: |

0 commit comments

Comments
 (0)