Skip to content

Commit

Permalink
switch node version update node reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Hurtak committed Nov 16, 2023
1 parent bc86e86 commit 3c2a4d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions articles/2019-05-13--switch-node-version/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const Article = () => (
<Tr>
<Tc>Install older version</Tc>
<Tc>
<Code language="bash">brew install node@12</Code>
<Code language="bash">brew install node@16</Code>
</Tc>
</Tr>
</Table>
Expand All @@ -62,7 +62,7 @@ export const Article = () => (
<Tr>
<Tc>Unlink older version</Tc>
<Tc>
<Code language="bash">brew unlink node@12</Code>
<Code language="bash">brew unlink node@16</Code>
</Tc>
</Tr>
<Tr>
Expand All @@ -74,7 +74,7 @@ export const Article = () => (
<Tr>
<Tc>Link older version</Tc>
<Tc>
<Code language="bash">brew link --overwrite node@12</Code>
<Code language="bash">brew link --overwrite node@16</Code>
</Tc>
</Tr>
</Table>
Expand Down

0 comments on commit 3c2a4d8

Please sign in to comment.