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

node14 based functions are executed using Node.js v12 #253

Closed
ggrussenmeyer opened this issue Apr 2, 2021 · 0 comments · Fixed by #254
Closed

node14 based functions are executed using Node.js v12 #253

ggrussenmeyer opened this issue Apr 2, 2021 · 0 comments · Fixed by #254

Comments

@ggrussenmeyer
Copy link

ggrussenmeyer commented Apr 2, 2021

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)

  1. Build a function using the node14 template.
  2. Use Docker with the built image to display the Node.js version (docker run <image_name> node --version).
  3. Observe that the output (i.e. the Node.js version) is v12.x.y.

Context

Trying to run a function using Node.js v14.

Your Environment

Not relevant.

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