Skip to content

Commit

Permalink
node v6 build compat
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyraspopov committed Oct 16, 2024
1 parent 4d0e9b1 commit 68a0778
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
- name: Ensure color support detection
run: node tests/environments.js
- name: Install esbuild
run: npm install esbuild
run: npm install --no-save esbuild
- name: Install missing libs
run: npm install --no-save chalk5@"npm:[email protected]"
- name: Simple API calls
run: node benchmarks/simple.mjs --expose-gc
- name: Complex formatting expression
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"devDependencies": {
"ansi-colors": "^4.1.1",
"chalk": "^4.1.2",
"chalk5": "npm:chalk@^5.3.0",
"clean-publish": "^3.0.3",
"cli-color": "^2.0.0",
"colorette": "^2.0.12",
Expand Down

0 comments on commit 68a0778

Please sign in to comment.