Skip to content

Commit e0cffea

Browse files
committed
ci: reduce workload even more
1 parent 0e6646d commit e0cffea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/benchmark.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
benchmark:
77
strategy:
88
matrix:
9-
node-version: [14.0.x, 14.x, 16.0.x, 16.x, 18.0.x, 18.x, 19.x]
9+
node-version: [16.x, 19.x]
1010
platform:
1111
- os: ubuntu-latest
1212
- os: macos-latest
@@ -34,5 +34,5 @@ jobs:
3434
run: node benchmark/index.js
3535
env:
3636
RIMRAF_TEST_START_CHAR: a
37-
RIMRAF_TEST_END_CHAR: j
37+
RIMRAF_TEST_END_CHAR: f
3838
RIMRAF_TEST_DEPTH: 5

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
node-version: [14.0.x, 14.x, 16.0.x, 16.x, 18.0.x, 18.x, 19.x]
9+
node-version: [14.x, 16.x, 18.x, 19.x]
1010
platform:
1111
- os: ubuntu-latest
1212
shell: bash
@@ -39,5 +39,5 @@ jobs:
3939
run: npm test -- -t0 -c
4040
env:
4141
RIMRAF_TEST_START_CHAR: a
42-
RIMRAF_TEST_END_CHAR: j
42+
RIMRAF_TEST_END_CHAR: f
4343
RIMRAF_TEST_DEPTH: 5

0 commit comments

Comments
 (0)