1 parent 0fbce86 commit ea29e49Copy full SHA for ea29e49
1 file changed
.github/workflows/ci.yml
@@ -49,14 +49,8 @@ jobs:
49
needs: list-examples
50
strategy:
51
matrix:
52
- node-version: ["18", "20", "24"]
+ node-version: ["22", "24"]
53
example: ${{ fromJson(needs.list-examples.outputs.examples) }}
54
- # tinybench v5+ requires Node >=20, so its examples cannot run on Node 18
55
- exclude:
56
- - node-version: "18"
57
- example: "with-tinybench-v5"
58
59
- example: "with-tinybench-v6"
60
fail-fast: false
61
steps:
62
- uses: "actions/checkout@v4"
0 commit comments