Skip to content

Commit

Permalink
usrlocalpkg/admin/config: Add node18 and default to it
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Sep 18, 2023
1 parent 172adf7 commit a99f4ab
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 @@ -1129,7 +1129,15 @@ node-16
npm16=npm
npx16=npx

node=node-16
node-18.16.0-0
node-18.16.0=node-18.16.0-0
node-16=node-18.16.0
node-18
node18=node
npm18=npm
npx18=npx

node=node-18
node
npm
npx
Expand Down

0 comments on commit a99f4ab

Please sign in to comment.