Skip to content

Commit

Permalink
Bump CircleCI bash env path from node@16 to node@18
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed Nov 23, 2022
1 parent 77183a6 commit e26ef04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ jobs:
- run:
name: Configure Environment Variables
command: |
echo 'export PATH=/usr/local/opt/node@16/bin:$PATH' >> $BASH_ENV
echo 'export PATH=/usr/local/opt/node@18/bin:$PATH' >> $BASH_ENV
source $BASH_ENV
- run:
Expand Down

0 comments on commit e26ef04

Please sign in to comment.