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