Skip to content

Commit 86ffb91

Browse files
committed
feat(ci): remove unused install
1 parent ca54616 commit 86ffb91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/validation.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/setup-node@v3
5050
with:
5151
node-version: 18
52-
- run: npm install
52+
# - run: npm install
5353
# - run: npm run verify:android
5454

5555
verify-ios:
@@ -59,5 +59,4 @@ jobs:
5959
- uses: actions/setup-node@v3
6060
with:
6161
node-version: 18
62-
- run: npm install
6362
- run: npm run verify:ios

0 commit comments

Comments
 (0)