diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index cd8ef94..ab30665 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x, 19.x] + node-version: [16.x, 18.x, 19.x, 20.x] steps: - uses: actions/checkout@v2