diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fcc3518..44d570e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,8 +10,9 @@ jobs: fail-fast: false matrix: node-version: - - 18 - - 19 + - 20 + - 22 + os: - ubuntu-latest - macos-latest