Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit a19483a

Browse files
committed
See if caching is the cause of the CI failures
1 parent 2be523d commit a19483a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ jobs:
1111

1212
- uses: actions/checkout@v1
1313

14-
- uses: actions/cache@v2
15-
with:
16-
path: '/home/runner/work/codemirror.next/codemirror.next/node_modules'
17-
key: ${{ runner.os }}-node-modules
18-
1914
- run: node bin/cm.js install
2015

2116
- run: npm test

0 commit comments

Comments
 (0)