We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41df911 commit 82e0293Copy full SHA for 82e0293
.github/workflows/publish.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Node.js
18
uses: actions/setup-node@v3
19
with:
20
- node-version: 16
+ node-version: 18
21
registry-url: 'https://registry.npmjs.org'
22
- name: Install
23
run: yarn install --ignore-scripts
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@getinsomnia/node-libcurl",
3
- "version": "2.3.5-12",
+ "version": "2.3.5-13",
4
"description": "The fastest http(s) client (and much more) for Node.js - Node.js bindings for libcurl",
5
"keywords": [
6
"node-curl",
0 commit comments