Skip to content

Commit 7ec4caa

Browse files
committed
Remove Node 18 from CI, add Node 24
Node 18 has been EoL for a year. Also, dev deps sinon 19+, chai 5+, and sinon-chai 4+ require at least Node 20, since require(esm) was only backported as far back as Node 20 - https://joyeecheung.github.io/blog/2025/12/30/require-esm-in-node-js-from-experiment-to-stability/\#Backporting-require-esm-to-v22-and-v20-LTS
1 parent 1c2b270 commit 7ec4caa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
strategy:
1818
matrix:
1919
node:
20-
- 18
2120
- 20
2221
- 22
22+
- 24
2323
services:
2424
mongodb:
2525
image: mongo:4.4

0 commit comments

Comments
 (0)