Skip to content

Commit b0fe8c6

Browse files
filfreirejackkav
andauthored
Bump electron 21.2 (#10)
* Bump electron 21.2 * bump package version Co-authored-by: jackkav <jackkav@gmail.com>
1 parent 1380738 commit b0fe8c6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
node:
112112
- 16.16.0
113113
electron-version:
114-
- 21.0.0
114+
- 21.2.0
115115
env:
116116
LIBCURL_RELEASE: ${{ matrix.libcurl-release }}
117117
LATEST_LIBCURL_RELEASE: ${{ matrix.libcurl-release }}
@@ -236,7 +236,7 @@ jobs:
236236
node:
237237
- 16.16.0
238238
electron-version:
239-
- 21.0.0
239+
- 21.2.0
240240
env:
241241
ELECTRON_VERSION: ${{ matrix.electron-version }}
242242
npm_config_msvs_version: 2022

.github/workflows/build-lint-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
node:
147147
- 16.16.0
148148
electron-version:
149-
- 21.0.0
149+
- 21.2.0
150150
env:
151151
LIBCURL_RELEASE: ${{ matrix.libcurl-release }}
152152
LATEST_LIBCURL_RELEASE: ${{ matrix.libcurl-release }}
@@ -283,7 +283,7 @@ jobs:
283283
node:
284284
- 16.16.0
285285
electron-version:
286-
- 21.0.0
286+
- 21.2.0
287287
env:
288288
ELECTRON_VERSION: ${{ matrix.electron-version }}
289289
npm_config_msvs_version: 2022

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getinsomnia/node-libcurl",
3-
"version": "2.3.5-4",
3+
"version": "2.3.5-5",
44
"description": "The fastest http(s) client (and much more) for Node.js - Node.js bindings for libcurl",
55
"keywords": [
66
"node-curl",

0 commit comments

Comments
 (0)