Skip to content

Commit

Permalink
Update GitHub workflow to latest versions
Browse files Browse the repository at this point in the history
* Node 18 required for build
  • Loading branch information
mhoran committed Feb 18, 2024
1 parent b14b31a commit f93f36f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
name: Build and upload iOS app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: yarn
- name: Set up Expo
uses: expo/expo-github-action@v7
uses: expo/expo-github-action@v8
with:
expo-version: latest
eas-version: latest
Expand Down

0 comments on commit f93f36f

Please sign in to comment.