-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
68a0778
commit b53ea18
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|