Skip to content

Commit 447f90a

Browse files
committed
use of node24 for tests and job renaming
1 parent d781cfa commit 447f90a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [published]
66

77
jobs:
8-
setup:
8+
publish:
99
runs-on: ubuntu-latest
1010
name: Build and publish MathJax
1111
permissions:

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- develop
1010

1111
jobs:
12-
setup:
12+
testing:
1313
runs-on: ubuntu-latest
1414
name: Compile and test MathJax
1515
steps:
@@ -22,6 +22,12 @@ jobs:
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

0 commit comments

Comments
 (0)