Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
Remove npx install
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Richter committed Dec 6, 2019
1 parent 6f6367e commit 2b1d6c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install NPX
run: npm install -g npx
- name: Install Dependencies
run: npm ci
- name: Run tests
Expand Down

0 comments on commit 2b1d6c4

Please sign in to comment.