Skip to content

Commit

Permalink
chore: develop on Node 20, CI with 16.17.x + 18 + 20
Browse files Browse the repository at this point in the history
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
  • Loading branch information
EvanHahn committed Jan 19, 2024
1 parent db857d3 commit 259844a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.17.x, 18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
20

0 comments on commit 259844a

Please sign in to comment.