Skip to content

Commit 4a66e7a

Browse files
authored
Remove circleci checks for Node < 20 to unblock fastify 5
The fastify v5 PR is blocked by the Node < 20 checks not being run. These checks have been removed on that branch because Fastify v5 requires Node 20+
1 parent 52783e7 commit 4a66e7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,5 @@ workflows:
7979
matrix:
8080
parameters:
8181
node-version:
82-
- "16"
83-
- "18"
8482
- "20"
8583
- Incremental Delivery

0 commit comments

Comments
 (0)