We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e96ed commit e4c5016Copy full SHA for e4c5016
1 file changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/cache@v2
11
with:
12
path: '/home/runner/work/codemirror/codemirror/node_modules'
13
- key: ${{ runner.os }}-modules-5.63.1
+ key: ${{ runner.os }}-modules
14
15
- run: npm install
16
0 commit comments