Skip to content

Commit

Permalink
chore(cli): fix incorrect warning when using Node v18/20
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts committed Jun 11, 2023
1 parent cc39143 commit 5559931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"typescript": "^5.0.4"
},
"engines": {
"node": "^v16.20.0"
"node": "^16.20.0 || ^18 || ^20"
}
}

0 comments on commit 5559931

Please sign in to comment.