diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 94ad0f60..d2a39710 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,7 +44,7 @@ jobs: strategy: matrix: # current and active LTS - node: [ 18, 19 ] + node: [ 18, 20 ] steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3