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

Use Node v16.x as v10.x is no longer supported #13

Merged
merged 1 commit into from
Aug 19, 2021

Conversation

p8
Copy link
Member

@p8 p8 commented Aug 19, 2021

The latest Ruby Docker image upgraded Debian to Bullseye:
docker-library/ruby#357

Bullseye no longer supports Node v10.x, which cause NPM to not be
installed, resulting in failing builds.

As Node v10.x is no longer supported we should switch to a supported
version. Active support for v14 ends in November 2021, so we might as
well switch to v16. See: https://endoflife.date/nodejs

Steps to reproduce:

$ git clone https://github.com/rails/rails
$ cd rails
$ git clone https://github.com/rails/buildkite-config .buildkite/
$ RUBY_IMAGE=ruby:3.0.2 docker-compose -f .buildkite/docker-compose.yml build base && CI=1 docker-compose -f .buildkite/docker-compose.yml run actionview runner actionview 'rake test:ujs'

The latest Ruby Docker image upgraded from Debian to Bullseye:
docker-library/ruby#357

Bullseye no longer supports Node v10.x, which cause NPM to not be
installed, resulting in failing builds.

As Node v10.x is no longer supported we should switch to a supported
version. Active support for v14 ends in November 2021, so we might as
well switch to v16. See: https://endoflife.date/nodejs

Steps to reproduce:

    $ git clone https://github.com/rails/rails
    $ cd rails
    $ git clone https://github.com/rails/buildkite-config .buildkite/
    $ RUBY_IMAGE=ruby:3.0.2 docker-compose -f .buildkite/docker-compose.yml build base && CI=1 docker-compose -f .buildkite/docker-compose.yml run actionview runner actionview 'rake test:ujs'
@eileencodes eileencodes merged commit ed61405 into rails:main Aug 19, 2021
@p8 p8 deleted the upgrade-node-16 branch August 19, 2021 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants