Skip to content

Commit

Permalink
chore: add node 20 support
Browse files Browse the repository at this point in the history
  • Loading branch information
brmlmn authored and robrechtme committed Nov 2, 2023
1 parent 11d534a commit 6a08596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"loco-cli": "./dist/cli.js"
},
"engines": {
"node": "14.x || 16.x || 18.x"
"node": "14.x || 16.x || 18.x || 20.x"
},
"scripts": {
"test": "vitest run",
Expand Down

0 comments on commit 6a08596

Please sign in to comment.