Skip to content

Commit

Permalink
Update to use Node 20, to match Playwright's node version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehner committed Nov 18, 2023
1 parent ca517cd commit ab24396
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/nice-cameras-divide.md
@@ -0,0 +1,5 @@
---
"bits-to-dead-trees": minor
---

Upgrade to Node 20, to match Playwright's node version
2 changes: 1 addition & 1 deletion .tool-versions
@@ -1 +1 @@
nodejs 18.17.1
nodejs 20.9.0
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"playwright"
],
"engines": {
"node": ">= 18"
"node": ">= 20"
},
"main": "server.js",
"type": "module",
Expand Down

0 comments on commit ab24396

Please sign in to comment.