Skip to content

Commit bc3bafe

Browse files
committed
ci: try npx action
1 parent 250e87b commit bc3bafe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/standalone-project.yml

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

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

3132
- run: yarn install
3233
- run: yarn build

0 commit comments

Comments
 (0)