Skip to content

Commit 36c9f36

Browse files
authored
Merge pull request #381 from TobyAndToby/ts/pnpm-9-in-ci
Add pnpm 9 to the e2e tests
2 parents 954f6b3 + 65c6505 commit 36c9f36

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/src-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ jobs:
136136
- 21
137137
pnpm:
138138
- 8
139+
- 9
139140

140141
name: E2E (Node ${{ matrix.node }}, pnpm ${{ matrix.pnpm }} on ${{ matrix.os.name }})
141142

src/packages/generate-license-file-e2e/pnpm/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"e2e": {
99
"executor": "nx:run-commands",
1010
"options": {
11-
"command": "pnpm i && pnpm run e2e",
11+
"command": "pnpm i --fix-lockfile && pnpm run e2e",
1212
"cwd": "../e2e/pnpm"
1313
},
1414
"dependsOn": ["^build"]

0 commit comments

Comments
 (0)