We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I build a function using the node14 template, the function is run using Node.js v14.
node14
When I build a function using the node14 template, the function is run using Node.js v12.
Replace the version number of the Node.js Docker image referenced in the node14 template Dockerfile.
docker run <image_name> node --version
v12.x.y
Trying to run a function using Node.js v14.
Not relevant.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Expected Behaviour
When I build a function using the
node14
template, the function is run using Node.js v14.Current Behaviour
When I build a function using the
node14
template, the function is run using Node.js v12.Possible Solution
Replace the version number of the Node.js Docker image referenced in the
node14
template Dockerfile.Steps to Reproduce (for bugs)
node14
template.docker run <image_name> node --version
).v12.x.y
.Context
Trying to run a function using Node.js v14.
Your Environment
Not relevant.
The text was updated successfully, but these errors were encountered: