From 292185dd0fc40e6725584ead75c22c6b65bdca82 Mon Sep 17 00:00:00 2001 From: Alex Victoria Date: Wed, 9 Oct 2024 21:32:00 -0500 Subject: [PATCH] feat!: thinking that ci is failing due to the other node versions which are not longer supported, also upgraded step version just because --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2341d4f..437789d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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