Skip to content

Commit

Permalink
Add node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed May 24, 2024
1 parent 868f25d commit 7814702
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ jobs:
call-workflow:
strategy:
matrix:
react-version: [current, 16, 17, 18]
node-version: [20.x]
switch: [current]
uses: compulim/workflows/.github/workflows/pull-request-validation.yml@main
with:
node-version: ${{ matrix.node-version }}
package-name: iter-fest
react-version: ${{ matrix.react-version }}
skip-integration-test: false
switch: ${{ matrix.switch }}

0 comments on commit 7814702

Please sign in to comment.