Skip to content

Commit

Permalink
Revert "chore: update node versions" (#2938)
Browse files Browse the repository at this point in the history
Revert "chore: update node versions (#2921)"

This reverts commit 8cdf77c.
  • Loading branch information
diegomura authored Nov 14, 2024
1 parent 71883be commit 1623e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1623e4f

Please sign in to comment.