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

chore: develop on Node 20, CI with 16.17.x + 18 + 20 #35

Merged
merged 3 commits into from
Jan 19, 2024

Commits on Jan 19, 2024

  1. chore: develop on Node 20, CI with 16.17.x + 18 + 20

    This change updates this project's Node versions:
    
    - Develop on Node 20 by updating `.nvmrc`.
    
    - CI should test on Node 20, 18, and 16.17.x.
    
    Node 16.17.x matches the version used by CoMapeo-mobile, which is
    nodejs-mobile-react-native@16.17.10. (We can't specify Node 16.17.10
    exactly because [it does not exist][0]; [the patch version is specific
    to nodejs-mobile-react-native][1].)
    
    [0]: https://nodejs.org/dist/
    [1]: https://github.com/nodejs-mobile/nodejs-mobile-react-native/tree/51afe46d36d3776d1bfe7158073897216b55d7f2#versioning
    EvanHahn committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    259844a View commit details
    Browse the repository at this point in the history
  2. Use specific Node versions for CI

    Co-authored-by: Gregor MacLennan <gmaclennan@digital-democracy.org>
    EvanHahn and gmaclennan committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    3b6267b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    925bc5d View commit details
    Browse the repository at this point in the history