Skip to content

Commit

Permalink
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Reynolds <mark@zenbusiness.com>
  • Loading branch information
simoneb and markrzen authored Oct 10, 2024
1 parent 292185d commit 8df5284
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 @@ -14,7 +14,7 @@ jobs:
AUTH0_API_AUDIENCE: ${{ secrets.AUTH0_API_AUDIENCE }}
strategy:
matrix:
node: [20]
node: [20, 22]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 8df5284

Please sign in to comment.