Skip to content

Commit e4c5016

Browse files
committed
Revert "chore: try to use other test runner cache key"
This reverts commit 17e96ed.
1 parent 17e96ed commit e4c5016

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/cache@v2
1111
with:
1212
path: '/home/runner/work/codemirror/codemirror/node_modules'
13-
key: ${{ runner.os }}-modules-5.63.1
13+
key: ${{ runner.os }}-modules
1414

1515
- run: npm install
1616

0 commit comments

Comments
 (0)