OpenFn / OpenFn/lightning

Node version drift between Dockerfiles and CircleCi

Open
#3,004 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug DevX
Dominant language
Elixir
Stars
296
Forks
86
Avg merge
1d 13h
Merged PRs (30d)
50

Description

Describe the bug

Node versions between the Docker files and CircleCi diverge.

Version number

v2.10.16

I have reproduced this locally on main:

  • Yes
  • No

To Reproduce Steps to reproduce the behavior:

.circleci/config.yml:

      nodejs_version:
        description: NodeJS version
        type: string
        default: "22.12.0"

Dockerfile & Dockerfile-dev:

ARG NODE_VERSION=18.17.1

Expected behavior

These versions should be the same.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Compare the nodejs_version value in .circleci/config.yml with the NODE_VERSION arguments in Dockerfile and Dockerfile-dev. Align the version values and verify that all three files use the same Node.js version.

Written by the indexing model from the issue text.

Assessment

Tech stack
dockerfile, node.js
Domain
ci-cd, devops
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.