Skip to content

Commit

Permalink
Fix Node in Actions on Windows
Browse files Browse the repository at this point in the history
Closes GH-280.

Reviewed-by: Titus Wormer <[email protected]>
  • Loading branch information
jablko authored Feb 25, 2022
1 parent 773e561 commit 8e2a554
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ jobs:
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
- uses: dcodeIO/setup-node-nvm@master
- uses: actions/setup-node@v2
with:
node-version: ${{matrix.node}}
- 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 All @@ -22,4 +23,4 @@ jobs:
- windows-latest
node:
- lts/erbium
- node
- lts/*

0 comments on commit 8e2a554

Please sign in to comment.