Skip to content

Commit

Permalink
feat: upgrade to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
vburzynski-onemedical committed Aug 15, 2024
1 parent 0db4a59 commit 481ac11
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20.2
18.20.0
14 changes: 13 additions & 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 @@ -4,7 +4,7 @@
"description": "FHIR converter",
"main": "src/index.js",
"engines": {
"node": ">=14.0 <17.0"
"node": ">=14.0 <19.0"
},
"scripts": {
"test": "nyc node --experimental-worker node_modules/mocha/bin/_mocha --reporter-options configFile=mocha.config.json --exit",
Expand Down

0 comments on commit 481ac11

Please sign in to comment.