Skip to content

Commit

Permalink
Update Node version we use to latest LTS
Browse files Browse the repository at this point in the history
This adds the benefit of being able to require ES Modules, which will help as more and more packages are switching to ES Module only

Note: I've switched to using a number rather than the LTS name as it's easier to reason about. If I tell you lts/hydrogen or lts/iron,
it's one extra step to realise I'm talking about Node 18 and 20 (respectively)
  • Loading branch information
romaricpascal committed Oct 31, 2024
1 parent a7cb775 commit f6d3cda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/iron
22
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"tap-mocha-reporter": "^5.0.4"
},
"engines": {
"node": "^20.9.0",
"node": "^22.11.0",
"npm": "^10.1.0"
}
}

0 comments on commit f6d3cda

Please sign in to comment.