From 7fdf90db92a892c2bbc76f04f46e23224a0c52d4 Mon Sep 17 00:00:00 2001 From: manisha1997 Date: Thu, 12 Dec 2024 14:20:58 +0530 Subject: [PATCH] chore: add v22 support --- .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 23396a6fc..55ff261a6 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, lts/* ] + node: [ 14, 16, 18, 20, 22, lts/* ] steps: - name: Checkout twilio-node uses: actions/checkout@v3