api3dao / old-api3-docs

Documentation for the API3 Project
https://docs.api3.org/
MIT License
56 stars 29 forks source link

Verify Airnode `v0.11` uses node `v18` #1206

Closed wkande closed 1 year ago

wkande commented 1 year ago

@aTeoke This is to look into your request.

dcroote commented 1 year ago

Yes: https://github.com/api3dao/airnode/pull/1647

dcroote commented 1 year ago

Or wait- do you mean environment in processing specifications of config.json?

wkande commented 1 year ago

@dcroote @aTeoke - So Airnode uses node 18, but I thought that the environment field for pre/post processing was user defined. So why can't it be whatever node version they want?

dcroote commented 1 year ago

environment is restricted to two values here: https://github.com/api3dao/ois/blob/59b3dc3f53e45a8e700b340d3af0c0db64a9fade/src/ois.ts#L273

dcroote commented 1 year ago

Closing after our discussion related to https://github.com/api3dao/api3-docs/pull/1207