Skip to content

Commit a61fe82

Browse files
Versions that pass in CI today.
1 parent 3a52079 commit a61fe82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ sudo npx playwright install-deps chromium
112112
<summary><strong>Trouble installing the CLI?</strong></summary>
113113

114114

115-
- Make sure you are running Node JS 20+ (`node -v`)
115+
- Make sure you are running Node.js 20-23 (`node -v`)
116116
- Permissions issues are a common when installing `npm` packages globally for the first time.
117117
See [npm's documentation](https://docs.npmjs.com/resolving-eacces-permissions-errors-when-installing-packages-globally) for solutions.
118118
- On certain systems, using `install-deps` without the `chromium` argument might be necessary:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"assets/templates/*.njk"
2020
],
2121
"engines": {
22-
"node": ">=18.0.0"
22+
"node": ">=20.0.0 <24.0.0"
2323
},
2424
"standard": {
2525
"globals": [

0 commit comments

Comments
 (0)