Skip to content

Commit

Permalink
Downgrade to node18 as potential workaround to #1
Browse files Browse the repository at this point in the history
  • Loading branch information
leverglowh committed Aug 21, 2024
1 parent 4aa52cd commit 699e202
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 5 deletions.
143 changes: 139 additions & 4 deletions 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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Import tweet archive to a Bluesky account",
"main": "app.js",
"engines": {
"node": ">=20.12.0"
"node": ">=18.20.4"
},
"scripts": {
"start": "npx tsc && node app.js",
Expand Down

0 comments on commit 699e202

Please sign in to comment.