diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c07cb292a..41923896e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: # We aim to test all maintained LTS versions of Node.js as well as the latest stable version - node_version: [18, 20, 22, 23] + node_version: [18, 20, 21] react_version: [16, 17, 18] steps: