AutomaApp / automa

A browser extension for automating your browser by connecting blocks
https://www.automa.site
Other
10.74k stars 1.09k forks source link

Node version 14.x in package.json should be updated. #1656

Open kaovilai opened 4 months ago

kaovilai commented 4 months ago

Describe the bug A clear and concise description of what the bug is.

https://github.com/AutomaApp/automa/blob/1cedeb3b418a9b653fb7f8e519b7f71fe9695dee/package.json#L21-L23

says you can build with Node.js 14.x

Just tried here and doesn't work https://github.com/kaovilai/automa-bugreport/actions/runs/7926389320/job/21641099294#step:6:17 During yarn install

error lint-staged@13.3.0: The engine "node" is incompatible with this module. Expected version "^16.14.0 || >=18.0.0". Got "14.21.3"

To Reproduce Steps to reproduce the behavior:

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.