Skip to content

Commit

Permalink
ci: use setup node action
Browse files Browse the repository at this point in the history
  • Loading branch information
pchmn committed Nov 22, 2024
1 parent ee7cdc7 commit cd448f2
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/build-example-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: πŸ— Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 7.x

- name: πŸ— Setup Node
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: pnpm
- name: πŸ— Setup node
uses: ./.github/actions/setup-node

- name: πŸ— Setup expo
uses: expo/expo-github-action@v7
Expand Down

0 comments on commit cd448f2

Please sign in to comment.