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