Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
node:
- 16
electron-version:
- 19.0.0
- 20.0.0
env:
LIBCURL_RELEASE: ${{ matrix.libcurl-release }}
LATEST_LIBCURL_RELEASE: ${{ matrix.libcurl-release }}
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
node:
- 16
electron-version:
- 19.0.0
- 20.0.0
env:
ELECTRON_VERSION: ${{ matrix.electron-version }}
npm_config_msvs_version: 2019
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/build-lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
node:
- 16
electron-version:
- 19.0.0
- 20.0.0
env:
LIBCURL_RELEASE: ${{ matrix.libcurl-release }}
LATEST_LIBCURL_RELEASE: ${{ matrix.libcurl-release }}
Expand All @@ -173,6 +173,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Install Needed packages
run: brew install coreutils wget automake libtool cmake gnu-sed m4
# not using brew for that one as we need 2.69
Expand Down Expand Up @@ -283,7 +286,7 @@ jobs:
node:
- 16
electron-version:
- 19.0.0
- 20.0.0
env:
ELECTRON_VERSION: ${{ matrix.electron-version }}
npm_config_msvs_version: 2019
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getinsomnia/node-libcurl",
"version": "2.3.5-2",
"version": "2.3.5-3",
"description": "The fastest http(s) client (and much more) for Node.js - Node.js bindings for libcurl",
"keywords": [
"node-curl",
Expand Down Expand Up @@ -77,8 +77,8 @@
"dependencies": {
"@mapbox/node-pre-gyp": "1.0.5",
"env-paths": "2.2.0",
"nan": "2.15.0",
"node-gyp": "7.1.2",
"nan": "2.17.0",
"node-gyp": "8.4.0",
"npmlog": "4.1.2",
"rimraf": "^3.0.2",
"tslib": "2.0.1"
Expand Down
Loading