Skip to content

Commit cd43504

Browse files
authored
Merge pull request #167 from james-deee/jd/pnpm
Use the correct pnpm across the board
2 parents 9074900 + 91350eb commit cd43504

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install pnpm
1515
uses: pnpm/action-setup@v4
1616
with:
17-
version: 9
17+
version: 8.6.12
1818
- name: Use Node.js ${{ matrix.node-version }}
1919
uses: actions/setup-node@v4
2020
with:

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Install pnpm
1212
uses: pnpm/action-setup@v4
1313
with:
14-
version: 9
14+
version: 8.6.12
1515
- name: Use Node.js 20
1616
uses: actions/setup-node@v4
1717
with:
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install pnpm
3131
uses: pnpm/action-setup@v4
3232
with:
33-
version: 9
33+
version: 8.6.12
3434
- name: Use Node.js 20
3535
uses: actions/setup-node@v4
3636
with:
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install pnpm
4848
uses: pnpm/action-setup@v4
4949
with:
50-
version: 9
50+
version: 8.6.12
5151
- name: Use Node.js 20
5252
uses: actions/setup-node@v4
5353
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install pnpm
1515
uses: pnpm/action-setup@v4
1616
with:
17-
version: 9
17+
version: 8.6.12
1818
- name: Use Node.js 20
1919
uses: actions/setup-node@v4
2020
with:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"type": "git",
66
"url": "https://github.com/token-js/token.js"
77
},
8+
"packageManager": "[email protected]",
89
"description": "Integrate 9 LLM providers with a single Typescript SDK using OpenAIs format.",
910
"main": "dist/index.cjs",
1011
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)