We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f03f86 commit 17e96edCopy full SHA for 17e96ed
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
+ key: ${{ runner.os }}-modules-5.63.1
14
15
- run: npm install
16
0 commit comments