Skip to content

Commit c09b2b4

Browse files
committed
Run Cloudflare Worker test suite only on latest Node version
1 parent 5ffd96c commit c09b2b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
# See supported Node.js release schedule at https://nodejs.org/en/about/previous-releases
3737
node-version: [18.x, 20.x]
3838
suite: [commonjs, esm, typescript, cloudflare-worker]
39+
include:
40+
- suite: cloudflare-worker
41+
node-version: [20.x] # Only test Cloudflare suite with the latest Node version
3942
fail-fast: false
4043

4144
env:

0 commit comments

Comments
 (0)