Skip to content

Commit

Permalink
Setup Node
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Apr 9, 2024
1 parent a036e8e commit 7cdce03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v4

- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: 18

- name: Install node_modules
run: yarn install --immutable

Expand Down

0 comments on commit 7cdce03

Please sign in to comment.