Skip to content

Commit 17e96ed

Browse files
committed
chore: try to use other test runner cache key
1 parent 1f03f86 commit 17e96ed

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
13+
key: ${{ runner.os }}-modules-5.63.1
1414

1515
- run: npm install
1616

0 commit comments

Comments
 (0)