Skip to content

Commit

Permalink
Update expo-build-prod.yml (node v14 => v16)
Browse files Browse the repository at this point in the history
  • Loading branch information
benguedj authored Aug 28, 2023
1 parent a353b6f commit cd29d2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/expo-build-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x

- uses: expo/expo-github-action@v8
with:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x

- uses: expo/expo-github-action@v8
with:
Expand Down

0 comments on commit cd29d2e

Please sign in to comment.