File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ concurrency:
10
10
11
11
jobs :
12
12
deploy :
13
- runs-on : ubuntu-20.04
13
+ runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v4
16
16
- name : Use Node.js
29
29
sudo apt-get update -y
30
30
sudo apt-get install -y texlive texlive-fonts-extra latexmk
31
31
- name : Fetch Yarn dependencies
32
- run : yarn install
32
+ run : yarn install --frozen-lockfile
33
33
- name : Build
34
34
run : |
35
35
set -euxo pipefail
Original file line number Diff line number Diff line change 24
24
"url" : " https://github.com/source-academy/sicp/issues"
25
25
},
26
26
"homepage" : " https://sourceacademy.org/sicpjs" ,
27
+ "packageManager" : " yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610" ,
27
28
"devDependencies" : {
28
29
"@babel/core" : " ^7.27.4" ,
29
30
"@babel/node" : " ^7.27.1" ,
You can’t perform that action at this time.
0 commit comments