From 34088f1d58961d007a76d41bb32330ec68c14039 Mon Sep 17 00:00:00 2001 From: manisha1997 Date: Thu, 12 Dec 2024 14:19:21 +0530 Subject: [PATCH] Revert "chore: add v22 support" This reverts commit 833f46943c8815fd903d72a0c0a9af7085390076. --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 55ff261a6..23396a6fc 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 20 strategy: matrix: - node: [ 14, 16, 18, 20, 22, lts/* ] + node: [ 14, 16, 18, lts/* ] steps: - name: Checkout twilio-node uses: actions/checkout@v3