Skip to content

Commit

Permalink
ci: extend support for Node.js versions (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon authored Feb 7, 2025
1 parent 68718c7 commit 793bad7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ jobs:
fail-fast: false
matrix:
node-version:
- 23
- 22
- 21
- 20
- 19
- 18
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 793bad7

Please sign in to comment.