Skip to content

Commit

Permalink
use lower node version to allow canvas to compile on MacOS 10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Schanzer committed Oct 28, 2024
1 parent 7309f95 commit 37cf31e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.5.1",
"description": "Convert Markdown to Google Slides",
"engines": {
"npm": ">=10.2.0",
"node": ">=21.7.3"
"npm": ">=9",
"node": ">=20.0.0"
},
"type": "module",
"exports": "index.js",
Expand Down

0 comments on commit 37cf31e

Please sign in to comment.