Skip to content

Commit

Permalink
fix(gh):set node version for publish to expo extension (#1581)
Browse files Browse the repository at this point in the history
  • Loading branch information
malashkevich authored Jan 28, 2022
1 parent 327e45c commit 3032caa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish-kitten-tricks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
- name: Checkout UI Kitten
uses: actions/checkout@v2

- name: Setup node version 12
uses: actions/setup-node@v2
with:
node-version: 12.13.0

- name: Exclude unused modules
run: rm -rf docs src/showcases src/template-js src/template-ts

Expand All @@ -27,9 +32,6 @@ jobs:
ref: next
path: ./packages-ci/kittenTricks

- name: Setup Node
uses: actions/setup-node@v1

- name: Setup Expo
uses: expo/expo-github-action@v5
with:
Expand Down

0 comments on commit 3032caa

Please sign in to comment.