Skip to content

Commit

Permalink
Remove npm install GH Actions module
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Jun 21, 2021
1 parent 992fbe9 commit 0f3e5e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ jobs:
VER=`bundle --version`; echo "Bundle ver: $VER"
- name: Install
uses: bahmutov/npm-install@v1
with:
useLockFile: false
run: npm install

- name: Test
run: npm test
Expand Down

0 comments on commit 0f3e5e4

Please sign in to comment.