From b53ea182e9f26e205b973014d2aa3fe8d52f4cd5 Mon Sep 17 00:00:00 2001 From: Oleksii Raspopov Date: Wed, 16 Oct 2024 14:13:52 -0400 Subject: [PATCH] fine, save --- .github/workflows/benchmarks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmarks.yaml b/.github/workflows/benchmarks.yaml index 019fe36..140f717 100644 --- a/.github/workflows/benchmarks.yaml +++ b/.github/workflows/benchmarks.yaml @@ -22,9 +22,9 @@ jobs: - name: Ensure color support detection run: node tests/environments.js - name: Install esbuild - run: npm install --no-save esbuild + run: npm install esbuild - name: Install missing libs - run: npm install --no-save chalk5@"npm:chalk@v5.x" + run: npm install chalk5@"npm:chalk@v5.x" - name: Simple API calls run: node benchmarks/simple.mjs --expose-gc - name: Complex formatting expression