Skip to content

Commit dd5f0ec

Browse files
committed
v0.0.34
1 parent ce91a9c commit dd5f0ec

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515

1616
steps:
1717
- name: Check out Git repository
18-
uses: actions/checkout@v4
19-
run: npm ci
18+
uses: actions/checkout@v4
2019

2120
- name: Install Node.js, NPM and Yarn
2221
uses: actions/setup-node@v4
2322
with:
2423
node-version: 18
25-
26-
24+
25+
- name: Npm CI
26+
run: npm ci
2727

2828
- name: Prepare for app notarization
2929
if: startsWith(matrix.os, 'macos')

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nethlink",
3-
"version": "0.0.33",
3+
"version": "0.0.34",
44
"description": "Neth Connector app",
55
"main": "./out/main/main.js",
66
"license": "UNLICENSED",

0 commit comments

Comments
 (0)