Skip to content

Commit

Permalink
Just build windows with new node-gyp nodejs/node-gyp#2552
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottkember committed Jun 18, 2022
1 parent 34b0d99 commit 12e4513
Show file tree
Hide file tree
Showing 3 changed files with 418 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:

strategy:
matrix:
os: [macos-10.15] #, windows-latest]
# os: [macos-10.15] #, windows-latest]
os: [windows-latest]

steps:
- name: Check out Git repository
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"mocha": "^8.3.2",
"moment": "^2.27.0",
"node-abi": "^2.19.3",
"node-gyp": "^7.1.2",
"node-gyp": "^9.0.0",
"normalize-url": "4",
"npm-version": "^1.1.0",
"parcel": "^2.0.0-beta.2",
Expand Down
Loading

0 comments on commit 12e4513

Please sign in to comment.