expo-cli fails with suggested Node version on BitBucket Pipeline

I have just seen that my BitBucket pipelines are now failing to build using the expo-cli.

I have the latest version installed at the time of writing (3.19.1) and my pipeline spits out the following;

ERROR: Node.js version 14.0.0 is not yet supported.
expo-cli supports following Node.js versions:
* >=10.13.0 <11.0.0 (Active LTS)
* >=12.0.0 <13.0.0 (Active LTS)
* >=13.0.0 <14.0.0 (Current Release)

As per the instructions for the setting up pipelines, mine is using node:alpine. I am sure i can change this to use a “valid” version but wanted to know if there was some underlying issue?

image: node:alpine

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.