Skip to content

Commit 120bbe5

Browse files
committed
Drop caching for now
CI is fast enough and fixing has priority
1 parent 25ee2cc commit 120bbe5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/validate.yml

-10
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ jobs:
3737
with:
3838
node-version: ${{ matrix.node }}
3939

40-
- name: 📥 Download deps
41-
uses: bahmutov/npm-install@v1
42-
with:
43-
useLockFile: true
44-
4540
# TODO: Can be removed if https://github.com/kentcdodds/kcd-scripts/pull/146 is released
4641
- name: Verify format (`npm run format` committed?)
4742
run: npm run format -- --check --no-write
@@ -73,11 +68,6 @@ jobs:
7368
with:
7469
node-version: 14
7570

76-
- name: 📥 Download deps
77-
uses: bahmutov/npm-install@v1
78-
with:
79-
useLockFile: true
80-
8171
- name: 🏗 Run build script
8272
run: npm run build
8373

0 commit comments

Comments
 (0)