Skip to content

Commit

Permalink
ci: reduce workload even more
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 12, 2023
1 parent 0e6646d commit e0cffea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
benchmark:
strategy:
matrix:
node-version: [14.0.x, 14.x, 16.0.x, 16.x, 18.0.x, 18.x, 19.x]
node-version: [16.x, 19.x]
platform:
- os: ubuntu-latest
- os: macos-latest
Expand Down Expand Up @@ -34,5 +34,5 @@ jobs:
run: node benchmark/index.js
env:
RIMRAF_TEST_START_CHAR: a
RIMRAF_TEST_END_CHAR: j
RIMRAF_TEST_END_CHAR: f
RIMRAF_TEST_DEPTH: 5
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
node-version: [14.0.x, 14.x, 16.0.x, 16.x, 18.0.x, 18.x, 19.x]
node-version: [14.x, 16.x, 18.x, 19.x]
platform:
- os: ubuntu-latest
shell: bash
Expand Down Expand Up @@ -39,5 +39,5 @@ jobs:
run: npm test -- -t0 -c
env:
RIMRAF_TEST_START_CHAR: a
RIMRAF_TEST_END_CHAR: j
RIMRAF_TEST_END_CHAR: f
RIMRAF_TEST_DEPTH: 5

0 comments on commit e0cffea

Please sign in to comment.