diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 4c42c08..47ba586 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -4,7 +4,7 @@ jobs: tests: strategy: matrix: - node: ["18", "16"] + node: ["18", "20", "21"] name: Run NPM Stuff runs-on: ubuntu-latest steps: