Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm authored Feb 25, 2022
1 parent 3c410d3 commit 6747d24
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ jobs:
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{matrix.node}}
uses: actions/setup-node@v2
- uses: actions/setup-node@v2
with:
node-version: ${{matrix.node}}
#cache: npm
- run: npm install -g npm@7 # https://github.com/npm/cli/issues/4341#issuecomment-1040608101
- run: npm install -g npm@7 # See: <https://github.com/npm/cli/issues/4341#issuecomment-1040608101>
- run: npm install -g npm
- run: npm install
- run: npm test
Expand Down

0 comments on commit 6747d24

Please sign in to comment.