File tree Expand file tree Collapse file tree 3 files changed +180
-174
lines changed
Expand file tree Collapse file tree 3 files changed +180
-174
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 test :
11- runs-on : ubuntu-latest
11+ runs-on : ubuntu-22.04
1212 steps :
1313 - uses : actions/checkout@v2
1414
3131 - name : add cr
3232 run : |
3333 mkdir -p $GITHUB_WORKSPACE/bin
34- wget -O $GITHUB_WORKSPACE/bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.3 /cr
34+ wget -O $GITHUB_WORKSPACE/bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.16 /cr
3535 chmod +x $GITHUB_WORKSPACE/bin/cr
3636 echo "::add-path::$GITHUB_WORKSPACE/bin"
3737
Original file line number Diff line number Diff line change 22 "version" : " 0.0.14" ,
33 "name" : " @calcit/docs-workflow" ,
44 "dependencies" : {
5- "@calcit/procs" : " ^0.6.3 "
5+ "@calcit/procs" : " ^0.6.16 "
66 },
77 "devDependencies" : {
88 "bottom-tip" : " ^0.1.3" ,
99 "cirru-color" : " ^0.2.3" ,
1010 "github-markdown-css" : " ^5.1.0" ,
11- "highlight.js" : " ^11.6 .0" ,
11+ "highlight.js" : " ^11.7 .0" ,
1212 "remarkable" : " ^2.0.1" ,
13- "vite" : " ^3.0 .4"
13+ "vite" : " ^3.2 .4"
1414 }
1515}
You can’t perform that action at this time.
0 commit comments