Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assure Node v18 for fetch #77

Open
a22d44g66 opened this issue May 3, 2022 · 0 comments
Open

Assure Node v18 for fetch #77

a22d44g66 opened this issue May 3, 2022 · 0 comments

Comments

@a22d44g66
Copy link
Collaborator

let file_info_response = await fetch(full_url) // unnecessary to specify the no-cors, but it doesnt' hurt, {mode: 'no-cors'})

The line above affects the running of the job engine. This line uses fetch, which is provided by Node v18. We could prevent the server from building/running if node isn't version 18, or we could use NVM to cause node to be version 18.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant