diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0a1ffa4..ac41782 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [ 12.x, 14.x, 15.x ] + node-version: [ 20.x ] steps: - uses: actions/checkout@v3