Skip to content

Commit 82e0293

Browse files
committed
chore(publish): bump
1 parent 41df911 commit 82e0293

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: 16
20+
node-version: 18
2121
registry-url: 'https://registry.npmjs.org'
2222
- name: Install
2323
run: yarn install --ignore-scripts

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-12",
3+
"version": "2.3.5-13",
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)