Skip to content

Commit e26ef04

Browse files
committed
Bump CircleCI bash env path from node@16 to node@18
1 parent 77183a6 commit e26ef04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ jobs:
562562
- run:
563563
name: Configure Environment Variables
564564
command: |
565-
echo 'export PATH=/usr/local/opt/node@16/bin:$PATH' >> $BASH_ENV
565+
echo 'export PATH=/usr/local/opt/node@18/bin:$PATH' >> $BASH_ENV
566566
source $BASH_ENV
567567
568568
- run:

0 commit comments

Comments
 (0)