Skip to content

Commit

Permalink
feat!: thinking that ci is failing due to the other node versions whi…
Browse files Browse the repository at this point in the history
…ch are not longer supported, also upgraded step version just because
  • Loading branch information
alexvzen committed Oct 10, 2024
1 parent 3df78ce commit 292185d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
AUTH0_API_AUDIENCE: ${{ secrets.AUTH0_API_AUDIENCE }}
strategy:
matrix:
node: [14, 16, 18, 20]
node: [20]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
Expand Down

0 comments on commit 292185d

Please sign in to comment.