diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 50de283..d5ea973 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [ 21, 22, 23 ] + node-version: [ 20, 21, 22, 23 ] os: - ubuntu-latest - macos-latest