Skip to content

Commit

Permalink
Merge pull request #62 from JustaName-id/develop
Browse files Browse the repository at this point in the history
fix: fix nodejs version
  • Loading branch information
Ghadi8 authored Oct 30, 2024
2 parents a68ccbf + cda81a9 commit 9c40b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/vc-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"start": "node main.js"
},
"engines": {
"node": ">=16.0.0 <=18.18.0"
"node": ">=18.12.0 <=18.18.0"
},
"dependencies": {
"@nestjs/axios": "^3.0.3",
Expand Down

0 comments on commit 9c40b84

Please sign in to comment.