Skip to content

Commit

Permalink
Try existing action + latest LTS Node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
jablko committed Feb 19, 2022
1 parent 3c410d3 commit ab04183
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@ jobs:
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{matrix.node}}
uses: actions/setup-node@v2
- uses: dcodeIO/setup-node-nvm@master
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
- run: npm install
- run: npm test
Expand Down

0 comments on commit ab04183

Please sign in to comment.