Skip to content

Commit

Permalink
ci: replace yarn dlx with npx
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed Sep 2, 2021
1 parent 4907a51 commit f255f5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
with:
node-version: "16"

- run: yarn install --immutable && yarn dlx pod-install
- run: yarn install --immutable && npx pod-install

- run: yarn install --immutable && yarn dlx pod-install
- run: yarn install --immutable && npx pod-install
working-directory: example

- run: yarn typescript
Expand Down

0 comments on commit f255f5e

Please sign in to comment.