Skip to content

Commit 9af58b3

Browse files
committed
newer node needed for ntl-cli
1 parent 3979168 commit 9af58b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -590,11 +590,11 @@ jobs:
590590
command: ./scripts/assert-changed-files.sh "packages/*|(e2e|integration)-tests/*|.circleci/*|scripts/e2e-test.sh|yarn.lock"
591591
- <<: *attach_to_bootstrap
592592
- run:
593-
name: Install node 18.0.0, yarn and node-gyp requirements
593+
name: Install node 18.19.0, yarn and node-gyp requirements
594594
command: |
595-
nvm install 18.0.0
596-
nvm alias default 18.0.0
597-
nvm use 18.0.0
595+
nvm install 18.19.0
596+
nvm alias default 18.19.0
597+
nvm use 18.19.0
598598
npm install -g yarn
599599
- run:
600600
name: Clear out sharp

0 commit comments

Comments
 (0)