File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 55 types : [published]
66
77jobs :
8- setup :
8+ publish :
99 runs-on : ubuntu-latest
1010 name : Build and publish MathJax
1111 permissions :
Original file line number Diff line number Diff line change 99 - develop
1010
1111jobs :
12- setup :
12+ testing :
1313 runs-on : ubuntu-latest
1414 name : Compile and test MathJax
1515 steps :
2222 version : 10
2323 run_install : false
2424
25+ - name : Install Node.js
26+ uses : actions/setup-node@v4
27+ with :
28+ node-version : 24
29+ cache : ' pnpm'
30+
2531 - name : Install packages
2632 run : |
2733 pnpm -r i
Original file line number Diff line number Diff line change 88/bundle
99/bundle-cjs
1010/testsuite /js
11+ /testsuite /lib /localstorage
1112/lab /sre.js
Original file line number Diff line number Diff line change 44 "description" : " MathJax jest tests for v4" ,
55 "type" : " module" ,
66 "scripts" : {
7- "test" : " NODE_OPTIONS='--experimental-vm-modules --no-warnings' pnpm jest"
7+ "test" : " NODE_OPTIONS='--experimental-vm-modules --no-warnings --localstorage-file ./lib/localstorage ' pnpm jest"
88 },
99 "imports" : {
1010 "#js/*" : " ../mjs/*" ,
You can’t perform that action at this time.
0 commit comments