Skip to content

Commit

Permalink
chore(deps): update node.js to >=18.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 26, 2024
1 parent e70ff4c commit 57a6889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integrations/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"typescript": "^5.4.3"
},
"engines": {
"node": ">=18.19.1"
"node": ">=18.20.0"
}
}
2 changes: 1 addition & 1 deletion screenshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"e2e-test": "cd test-app && node generate-screenshots.js"
},
"engines": {
"node": ">=18.19.1"
"node": ">=18.20.0"
},
"dependencies": {
"@previewjs/analyzer-api": "^0.1.6",
Expand Down

0 comments on commit 57a6889

Please sign in to comment.