Skip to content

Commit e46ff42

Browse files
authored
chore(deps): upgrade project pnpm to v8 (#49)
1 parent 6dfb637 commit e46ff42

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
${{ runner.os }}-
3636
- uses: pnpm/[email protected]
3737
with:
38-
version: 7
38+
version: 8
3939
run_install: true
4040

4141
- run: pnpm --version

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"name": "Ghislain B."
1313
}
1414
],
15+
"packageManager": "[email protected]",
1516
"scripts": {
1617
"clean": "rimraf --glob */dist */tsconfig.tsbuildinfo",
1718
"prebuild": "pnpm run clean && pnpm run prettier:write && pnpm run lint",
@@ -56,7 +57,7 @@
5657
"eslint-plugin-prefer-arrow": "^1.2.3",
5758
"npm-run-all2": "^6.0.5",
5859
"playwright": "^1.32.3",
59-
"pnpm": "^7.32.0",
60+
"pnpm": "^8.2.0",
6061
"prettier": "^2.8.7",
6162
"rimraf": "^5.0.0",
6263
"typescript": "^5.0.4"

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)