Skip to content

Commit

Permalink
docs: add hints about minimal required nodejs
Browse files Browse the repository at this point in the history
 * update playwright dependency.
  • Loading branch information
bernhardreiter committed Oct 16, 2023
1 parent cb96de1 commit 191df55
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ and thus maybe behind the latest developments.

### Install dependencies

Install current LTS version of NodeJS, e.g. see
https://github.com/nodesource/distributions/blob/master/README.md .
Upgrade to the latest version of npm if you can.
Development has been started with Node 18 and npm 10.2.

`npm install`
`npx playwright install`

Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@
"test:unit": "vitest",
"coverage": "vitest run --coverage"
},
"engines": {
"node": "^18.18.2"
},
"devDependencies": {
"@playwright/test": "^1.28.1",
"@playwright/test": "^1.39.0",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/kit": "^1.20.4",
Expand Down

0 comments on commit 191df55

Please sign in to comment.