Skip to content

Commit

Permalink
chore: develop on Node 20, CI with 16.17.10 + 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 16.17.10 (the version used by CoMapeo-mobile), 18.x,
  and 20.x.
  • Loading branch information
EvanHahn committed Jan 19, 2024
1 parent db857d3 commit f6a00a6
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.10, 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 f6a00a6

Please sign in to comment.