Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:casanet/dashboard-app into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
haimkastner committed Jun 11, 2024
2 parents 3252e8f + 47876b0 commit 10ca72b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Install node
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [20.x]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [20.x]
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout repository
Expand Down

0 comments on commit 10ca72b

Please sign in to comment.