Skip to content

Commit

Permalink
fine, save
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyraspopov committed Oct 16, 2024
1 parent 68a0778 commit b53ea18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]"
run: npm install chalk5@"npm:[email protected]"
- name: Simple API calls
run: node benchmarks/simple.mjs --expose-gc
- name: Complex formatting expression
Expand Down

0 comments on commit b53ea18

Please sign in to comment.