Skip to content

Commit 43eb7b2

Browse files
committed
Remove obsolete workflow step
1 parent e6da3b1 commit 43eb7b2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/cron-expo-install-new-versions.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
- name: Install Expo CLI
3636
run: npm install --global expo-cli
3737

38-
- name: Install deps and build (with cache)
39-
uses: bahmutov/npm-install@v1
40-
4138
- name: Save existing Jest version to restore later
4239
id: check-jest-version
4340
run: echo JEST_VERSION=$(yq '.devDependencies.jest' package.json) >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)