Skip to content

Commit

Permalink
Changing node version missed during metro dependencies upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
arushikesarwani94 committed Jul 11, 2023
1 parent 78485dd commit 14df175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18]
node-version: [18, 20]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -44,7 +44,7 @@ jobs:
name: E2E Tests
strategy:
matrix:
node-version: [18]
node-version: [18, 20]
os: [ubuntu-latest, macos-latest, windows-2019]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 14df175

Please sign in to comment.