Skip to content

Commit

Permalink
Test with multiple versions of Node
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli authored Dec 12, 2024
1 parent d7dab46 commit 837ba5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: ["20"]
node_version: ["12", "14", "16", "18", "20"]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 837ba5b

Please sign in to comment.