From f55cc89ee4ab0d4cca47f093a344b569a0456424 Mon Sep 17 00:00:00 2001 From: Damar Zaky Date: Mon, 4 Mar 2024 15:23:42 +0700 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 53e7750..2eff819 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [10.x, 12.x, 14.x, 16.x, 18.x] steps: - name: Checkout project uses: actions/checkout@v2