File tree Expand file tree Collapse file tree 3 files changed +263
-197
lines changed Expand file tree Collapse file tree 3 files changed +263
-197
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ concurrency:
1010
1111jobs :
1212 deploy :
13- runs-on : ubuntu-20.04
13+ runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v4
1616 - name : Use Node.js
2929 sudo apt-get update -y
3030 sudo apt-get install -y texlive texlive-fonts-extra latexmk
3131 - name : Fetch Yarn dependencies
32- run : yarn install
32+ run : yarn install --frozen-lockfile
3333 - name : Clone translated_xmls
3434 run : |
3535 git clone -b translated_xmls https://github.com/source-academy/sicp.git translated_xmls
Original file line number Diff line number Diff line change 2424 "url" : " https://github.com/source-academy/sicp/issues"
2525 },
2626 "homepage" : " https://sourceacademy.org/sicpjs" ,
27+ "packageManager" :
" [email protected] +sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610" ,
2728 "devDependencies" : {
28- "@babel/core" : " ^7.27.4 " ,
29- "@babel/node" : " ^7.27.1 " ,
30- "@babel/preset-env" : " ^7.27.2 " ,
29+ "@babel/core" : " ^7.28.0 " ,
30+ "@babel/node" : " ^7.28.0 " ,
31+ "@babel/preset-env" : " ^7.28.0 " ,
3132 "fs-extra" : " ^11.3.0" ,
3233 "http-server" : " ^14.1.1" ,
33- "husky" : " ^8.0.3 " ,
34+ "husky" : " ^9.1.7 " ,
3435 "js-slang" : " ^1.0.74" ,
3536 "lz-string" : " ^1.5.0" ,
36- "prettier" : " ^3.5.3 " ,
37+ "prettier" : " ^3.6.2 " ,
3738 "xmldom" : " ^0.6.0" ,
3839 "xpath" : " 0.0.33"
3940 },
You can’t perform that action at this time.
0 commit comments