We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d781cfa commit 447f90aCopy full SHA for 447f90a
.github/workflows/publish.yml
@@ -5,7 +5,7 @@ on:
5
types: [published]
6
7
jobs:
8
- setup:
+ publish:
9
runs-on: ubuntu-latest
10
name: Build and publish MathJax
11
permissions:
.github/workflows/test.yml
@@ -9,7 +9,7 @@ on:
- develop
12
+ testing:
13
14
name: Compile and test MathJax
15
steps:
@@ -22,6 +22,12 @@ jobs:
22
version: 10
23
run_install: false
24
25
+ - name: Install Node.js
26
+ uses: actions/setup-node@v4
27
+ with:
28
+ node-version: 24
29
+ cache: 'pnpm'
30
+
31
- name: Install packages
32
run: |
33
pnpm -r i
0 commit comments