Skip to content

Commit

Permalink
Update react.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olawanlejoel committed Jul 28, 2023
1 parent b209903 commit c651fda
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/react.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@ jobs:
test:
needs: eslint
runs-on: ubuntu-latest

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

steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit c651fda

Please sign in to comment.