From c80e98920a64d271f943bb56d16c80985b4f3c1e Mon Sep 17 00:00:00 2001 From: Oscar Elhanafey Date: Mon, 8 Apr 2024 15:15:55 -0400 Subject: [PATCH] Test on Node 20 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d5d8a7c..ba7f1a0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: timeout-minutes: 2 strategy: matrix: - node: [18] + node: [18, 20] steps: - name: Checkout uses: Brightspace/third-party-actions@actions/checkout