Skip to content

Commit

Permalink
Merge pull request #357 from mariux64/add-node-20-and-default-to-it
Browse files Browse the repository at this point in the history
Add node-20 alias and default to it
  • Loading branch information
pmenzel authored Oct 29, 2023
2 parents af965ce + b478859 commit 79baac0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion usrlocalpkg/admin/config
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,15 @@ node-18
npm18=npm
npx18=npx

node=node-18
node-20.9.0-0
node-20.9.0=node-20.9.0-0
node-20=node-20.9.0
node-20
node20=node
npm20=npm
npx20=npx

node=node-20
node
npm
npx
Expand Down

0 comments on commit 79baac0

Please sign in to comment.