Skip to content

Commit

Permalink
Update Testnodedist.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HarithaVattikuti authored Dec 13, 2024
1 parent 3cd58d9 commit ab54b8c
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/Testnodedist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,37 @@ jobs:
node-version: '23'
check-latest: true

testchecknonlatest22:
strategy:
fail-fast: false
matrix:
os: [windows-latest, macos-13,ubuntu-latest]
runs-on: ${{matrix.os}}

steps:
- uses: actions/checkout@v4
#with:
# submodules: true

- uses: actions/setup-node@v4
with:
node-version: '22'
#check-latest: true

testchecknonlatest23:
strategy:
fail-fast: false
matrix:
os: [windows-latest, macos-13,ubuntu-latest]
runs-on: ${{matrix.os}}

steps:
- uses: actions/checkout@v4
#with:
# submodules: true

- uses: actions/setup-node@v4
with:
node-version: '23'
#check-latest: true

0 comments on commit ab54b8c

Please sign in to comment.