Skip to content

Commit 25ed0a0

Browse files
committed
Deploy: Remove broken NPM caching
Requires a `package-lock.json` file, but this is gitignored. Caching likely isn't needed for this occasional workflow anyway.
1 parent 246d3f1 commit 25ed0a0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ jobs:
1010
- name: Checkout repository
1111
uses: actions/checkout@v3
1212

13-
- name: Configure NPM cache
14-
uses: c-hive/gha-npm-cache@v1
15-
1613
- name: Install Dependencies
1714
run: npm install
1815

0 commit comments

Comments
 (0)