Skip to content

Commit 7b8d3d0

Browse files
committed
workflow
1 parent d31bd16 commit 7b8d3d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run-tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
container-job:
88
runs-on: ubuntu-latest
9-
9+
1010
steps:
1111
- name: Checkout repository
1212
uses: actions/checkout@v4
@@ -17,13 +17,13 @@ jobs:
1717
node-version: 20
1818
cache: 'pnpm'
1919

20-
- name: Install pnpm
21-
run: npm install -g pnpm
20+
- name: Install pnpm@10.12.2
21+
run: npm install -g pnpm@10.12.2
2222

2323
- name: Install dependencies
2424
run: pnpm install
2525

26-
- name: Build
26+
- name: Build packages
2727
run: pnpm build
2828

2929
- name: Run tests for latex2js

0 commit comments

Comments
 (0)