We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6da3b1 commit 43eb7b2Copy full SHA for 43eb7b2
.github/workflows/cron-expo-install-new-versions.yml
@@ -35,9 +35,6 @@ jobs:
35
- name: Install Expo CLI
36
run: npm install --global expo-cli
37
38
- - name: Install deps and build (with cache)
39
- uses: bahmutov/npm-install@v1
40
-
41
- name: Save existing Jest version to restore later
42
id: check-jest-version
43
run: echo JEST_VERSION=$(yq '.devDependencies.jest' package.json) >> $GITHUB_OUTPUT
0 commit comments