diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0f49087..117e342 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x, 19.x] + node-version: [14.x, 16.x, 18.x, 20.x] steps: - name: ⏬ Checkout code