Skip to content

Commit 35e5f8a

Browse files
committed
ci: try npx on its own?
1 parent 16bf99f commit 35e5f8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/standalone-project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
node-version: ${{ matrix.node-version }}
2727

2828
# run cli without installing once, as a sanity check for fresh install
29-
- uses: mikeal/npx@master
30-
args: '@app-config/cli -v'
29+
- run: npx -v
30+
- run: npx @app-config/cli -v
3131

3232
- run: yarn install
3333
- run: yarn build

0 commit comments

Comments
 (0)