Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3c9005a

Browse files
authoredDec 1, 2021
refactor: apply tell-don’t-ask principle (#371)
1 parent 555dd4a commit 3c9005a

File tree

5 files changed

+273
-372
lines changed

5 files changed

+273
-372
lines changed
 

‎.github/workflows/test-and-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: ${{ runner.os == 'Windows' }}
5050
shell: powershell
5151
run: |
52-
npm install --global node-gyp@latest
52+
npm install --global node-gyp@7.1.2
5353
npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"}
5454
5555
- name: Install Dependencies

0 commit comments

Comments
 (0)
Please sign in to comment.