Skip to content

Commit

Permalink
refactor: apply tell-don’t-ask principle (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
alenakhineika authored Dec 1, 2021
1 parent 555dd4a commit 3c9005a
Show file tree
Hide file tree
Showing 5 changed files with 273 additions and 372 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if: ${{ runner.os == 'Windows' }}
shell: powershell
run: |
npm install --global node-gyp@latest
npm install --global node-gyp@7.1.2
npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"}
- name: Install Dependencies
Expand Down
Loading

0 comments on commit 3c9005a

Please sign in to comment.