We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31bd16 commit 7b8d3d0Copy full SHA for 7b8d3d0
1 file changed
.github/workflows/run-tests.yaml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
container-job:
8
runs-on: ubuntu-latest
9
-
+
10
steps:
11
- name: Checkout repository
12
uses: actions/checkout@v4
@@ -17,13 +17,13 @@ jobs:
17
node-version: 20
18
cache: 'pnpm'
19
20
- - name: Install pnpm
21
- run: npm install -g pnpm
+ - name: Install pnpm@10.12.2
+ run: npm install -g pnpm@10.12.2
22
23
- name: Install dependencies
24
run: pnpm install
25
26
- - name: Build
+ - name: Build packages
27
run: pnpm build
28
29
- name: Run tests for latex2js
0 commit comments