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 8
8
9
9
jobs :
10
10
test :
11
- runs-on : ubuntu-latest
11
+ runs-on : ubuntu-22.04
12
12
steps :
13
13
- uses : actions/checkout@v2
14
14
31
31
- name : add cr
32
32
run : |
33
33
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
35
35
chmod +x $GITHUB_WORKSPACE/bin/cr
36
36
echo "::add-path::$GITHUB_WORKSPACE/bin"
37
37
Original file line number Diff line number Diff line change 2
2
"version" : " 0.0.14" ,
3
3
"name" : " @calcit/docs-workflow" ,
4
4
"dependencies" : {
5
- "@calcit/procs" : " ^0.6.3 "
5
+ "@calcit/procs" : " ^0.6.16 "
6
6
},
7
7
"devDependencies" : {
8
8
"bottom-tip" : " ^0.1.3" ,
9
9
"cirru-color" : " ^0.2.3" ,
10
10
"github-markdown-css" : " ^5.1.0" ,
11
- "highlight.js" : " ^11.6 .0" ,
11
+ "highlight.js" : " ^11.7 .0" ,
12
12
"remarkable" : " ^2.0.1" ,
13
- "vite" : " ^3.0 .4"
13
+ "vite" : " ^3.2 .4"
14
14
}
15
15
}
You can’t perform that action at this time.
0 commit comments