Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
newer node needed for ntl-cli
Browse files Browse the repository at this point in the history
pieh committed Mar 18, 2024

Verified

This commit was signed with the committer’s verified signature.
fiji-flo Florian Dieminger
1 parent 3979168 commit 9af58b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -590,11 +590,11 @@ jobs:
command: ./scripts/assert-changed-files.sh "packages/*|(e2e|integration)-tests/*|.circleci/*|scripts/e2e-test.sh|yarn.lock"
- <<: *attach_to_bootstrap
- run:
name: Install node 18.0.0, yarn and node-gyp requirements
name: Install node 18.19.0, yarn and node-gyp requirements
command: |
nvm install 18.0.0
nvm alias default 18.0.0
nvm use 18.0.0
nvm install 18.19.0
nvm alias default 18.19.0
nvm use 18.19.0
npm install -g yarn
- run:
name: Clear out sharp

0 comments on commit 9af58b3

Please sign in to comment.