Skip to content

Commit

Permalink
update node version for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGreiner-eaton committed Jun 11, 2024
1 parent b213e61 commit 5520fd6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/blui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- name: Checkout
Expand All @@ -44,7 +44,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v4
Expand All @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -95,7 +95,7 @@ jobs:
with:
start: yarn cytest
working-directory: login-workflow/example
wait-on: ${{ matrix.node-version == 18 && 'http://[::1]:4200' || 'http://localhost:4200' }}
wait-on: ${{ matrix.node-version == 20 && 'http://[::1]:4200' || 'http://localhost:4200' }}
wait-on-timeout: 300
browser: chrome

Expand All @@ -113,7 +113,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v4
Expand All @@ -140,7 +140,7 @@ jobs:
needs: [prettier_lint, unit_test, cypress-run, build_login_workflow]
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
BRANCH: ${{ github.ref == 'refs/heads/master' && 'master' || 'dev' }}
Expand Down

0 comments on commit 5520fd6

Please sign in to comment.