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

Upgrade to Node.js 16.20.1 #24

Merged
merged 1 commit into from
Jul 4, 2023
Merged

Upgrade to Node.js 16.20.1 #24

merged 1 commit into from
Jul 4, 2023

Conversation

orangejulius
Copy link
Member

Our Docker baseimage is currently on Node.js 12, the lowest version we support. It just entered LTS, so there's no real need to rush on removing it, but Node.js 16 has some nice new features and seemingly better performance.

We've been testing all our repositories on Node.js 16 so things should be pretty smooth. Before merging this I'll perform some additional testing.

@orangejulius orangejulius changed the title Upgrade to Node.js 16.13.0 Upgrade to Node.js 16.20.1 Jul 3, 2023
@missinglink
Copy link
Member

Sounds good to me.

If any downstream consumers break as a result, we should catch those errors in their CI, so I feel it's safe to merge and begin deploying to other Pelias repos.

orangejulius added a commit to pelias/api that referenced this pull request Jul 3, 2023
This is just for testing to ensure everything works before we merge pelias/docker-baseimage#24
orangejulius added a commit to pelias/pip-service that referenced this pull request Jul 3, 2023
This is just for testing to ensure everything works before we merge pelias/docker-baseimage#24
orangejulius added a commit to pelias/libpostal-service that referenced this pull request Jul 3, 2023
This is just for testing to ensure everything works before we merge pelias/docker-baseimage#24
orangejulius added a commit to pelias/docker-libpostal_baseimage that referenced this pull request Jul 3, 2023
This is just for testing to ensure everything works before we merge pelias/docker-baseimage#24
orangejulius added a commit to pelias/placeholder that referenced this pull request Jul 3, 2023
This is just for testing to ensure everything works before we merge pelias/docker-baseimage#24
orangejulius added a commit to pelias/schema that referenced this pull request Jul 3, 2023
This is just for testing to ensure everything works before we merge pelias/docker-baseimage#24
orangejulius added a commit to pelias/schema that referenced this pull request Jul 3, 2023
This is just for testing to ensure everything works before we merge pelias/docker-baseimage#24
orangejulius added a commit to pelias/docker-libpostal_baseimage that referenced this pull request Jul 4, 2023
This is just for testing to ensure everything works before we merge pelias/docker-baseimage#24
orangejulius added a commit to pelias/libpostal-service that referenced this pull request Jul 4, 2023
This is just for testing to ensure everything works before we merge pelias/docker-baseimage#24
orangejulius added a commit to pelias/interpolation that referenced this pull request Jul 4, 2023
This is just for testing to ensure everything works before we merge pelias/docker-baseimage#24
orangejulius added a commit to pelias/openstreetmap that referenced this pull request Jul 4, 2023
This is just for testing to ensure everything works before we merge pelias/docker-baseimage#24
orangejulius added a commit to pelias/whosonfirst that referenced this pull request Jul 4, 2023
This is just for testing to ensure everything works before we merge pelias/docker-baseimage#24
orangejulius added a commit to pelias/openaddresses that referenced this pull request Jul 4, 2023
This is just for testing to ensure everything works before we merge pelias/docker-baseimage#24
orangejulius added a commit to pelias/polylines that referenced this pull request Jul 4, 2023
This is just for testing to ensure everything works before we merge pelias/docker-baseimage#24
orangejulius added a commit to pelias/geonames that referenced this pull request Jul 4, 2023
This is just for testing to ensure everything works before we merge pelias/docker-baseimage#24
orangejulius added a commit to pelias/transit that referenced this pull request Jul 4, 2023
This is just for testing to ensure everything works before we merge pelias/docker-baseimage#24
orangejulius added a commit to pelias/csv-importer that referenced this pull request Jul 4, 2023
This is just for testing to ensure everything works before we merge pelias/docker-baseimage#24
orangejulius pushed a commit to pelias/interpolation that referenced this pull request Jul 4, 2023
orangejulius added a commit to pelias/interpolation that referenced this pull request Jul 4, 2023
This is just for testing to ensure everything works before we merge pelias/docker-baseimage#24
@orangejulius
Copy link
Member Author

Okay, all our repositories with Docker images (services, importers, schema, etc) now build and pass tests both with their current configuration and with Node.js 16, so it's time to merge this.

We can then merge PRs to update dependencies, etc to support higher Node.js versions.

We can also drop Node.js 12 from all our CI matricies.

@orangejulius orangejulius merged commit a3d4b13 into master Jul 4, 2023
1 check passed
@orangejulius orangejulius deleted the nodejs-16 branch July 4, 2023 21:47
orangejulius added a commit to pelias/docker-libpostal_baseimage that referenced this pull request Jul 4, 2023
This is an empty commit that serves only to tell our CI to build new Docker
images now that we have merged pelias/docker-baseimage#24 and move the
default Node.js version from 12 to 16

Connects pelias/pelias#950
orangejulius added a commit to pelias/docker-libpostal_baseimage that referenced this pull request Jul 4, 2023
This is an empty commit that serves only to tell our CI to build new Docker
images now that we have merged pelias/docker-baseimage#24 and move the
default Node.js version from 12 to 16

Connects pelias/pelias#950
orangejulius added a commit to pelias/docker-libpostal_baseimage that referenced this pull request Jul 4, 2023
This is an empty commit that serves only to tell our CI to build new Docker
images now that we have merged pelias/docker-baseimage#24 and move the
default Node.js version from 12 to 16

Connects pelias/pelias#950
orangejulius added a commit to pelias/schema that referenced this pull request Jul 4, 2023
This is an empty commit that serves only to tell our CI to build new Docker
images now that we have merged pelias/docker-baseimage#24 and move the
default Node.js version from 12 to 16

Connects pelias/pelias#950
orangejulius added a commit to pelias/openstreetmap that referenced this pull request Jul 4, 2023
This is an empty commit that serves only to tell our CI to build new Docker
images now that we have merged pelias/docker-baseimage#24 and move the
default Node.js version from 12 to 16

Connects pelias/pelias#950
orangejulius added a commit to pelias/whosonfirst that referenced this pull request Jul 4, 2023
This is an empty commit that serves only to tell our CI to build new Docker
images now that we have merged pelias/docker-baseimage#24 and move the
default Node.js version from 12 to 16

Connects pelias/pelias#950
orangejulius added a commit to pelias/openaddresses that referenced this pull request Jul 4, 2023
This is an empty commit that serves only to tell our CI to build new Docker
images now that we have merged pelias/docker-baseimage#24 and move the
default Node.js version from 12 to 16

Connects pelias/pelias#950
orangejulius added a commit to pelias/polylines that referenced this pull request Jul 4, 2023
This is an empty commit that serves only to tell our CI to build new Docker
images now that we have merged pelias/docker-baseimage#24 and move the
default Node.js version from 12 to 16

Connects pelias/pelias#950
orangejulius added a commit to pelias/geonames that referenced this pull request Jul 4, 2023
This is an empty commit that serves only to tell our CI to build new Docker
images now that we have merged pelias/docker-baseimage#24 and move the
default Node.js version from 12 to 16

Connects pelias/pelias#950
orangejulius added a commit to pelias/transit that referenced this pull request Jul 4, 2023
This is an empty commit that serves only to tell our CI to build new Docker
images now that we have merged pelias/docker-baseimage#24 and move the
default Node.js version from 12 to 16

Connects pelias/pelias#950
orangejulius added a commit to pelias/csv-importer that referenced this pull request Jul 4, 2023
This is an empty commit that serves only to tell our CI to build new Docker
images now that we have merged pelias/docker-baseimage#24 and move the
default Node.js version from 12 to 16

Connects pelias/pelias#950
orangejulius added a commit to pelias/api that referenced this pull request Jul 4, 2023
This is an empty commit that serves only to tell our CI to build new Docker
images now that we have merged pelias/docker-baseimage#24 and move the
default Node.js version from 12 to 16

Connects pelias/pelias#950
orangejulius added a commit to pelias/placeholder that referenced this pull request Jul 4, 2023
This is an empty commit that serves only to tell our CI to build new Docker
images now that we have merged pelias/docker-baseimage#24 and move the
default Node.js version from 12 to 16

Connects pelias/pelias#950
orangejulius added a commit to pelias/libpostal-service that referenced this pull request Jul 4, 2023
This is an empty commit that serves only to tell our CI to build new Docker
images now that we have merged pelias/docker-baseimage#24 and move the
default Node.js version from 12 to 16

Connects pelias/pelias#950
orangejulius added a commit to pelias/interpolation that referenced this pull request Jul 4, 2023
This is an empty commit that serves only to tell our CI to build new Docker
images now that we have merged pelias/docker-baseimage#24 and move the
default Node.js version from 12 to 16

Connects pelias/pelias#950
orangejulius added a commit to pelias/pip-service that referenced this pull request Jul 4, 2023
This is an empty commit that serves only to tell our CI to build new Docker
images now that we have merged pelias/docker-baseimage#24 and move the
default Node.js version from 12 to 16

Connects pelias/pelias#950
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants