diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e776b4c..2ab5ae9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: contents: read strategy: matrix: - node-version: [6, 8, 10, 11, 12, 13, 14, 15, 16, 18] + node-version: [6, 8, 10, 11, 12, 13, 14, 15, 16, 18, 20] steps: - name: Check out repo uses: actions/checkout@v3