diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a023591..6e98150 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,9 +10,9 @@ jobs: fail-fast: false matrix: node-version: + - 22 - 20 - 18 - - 16 steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4