Skip to content

Commit 04e76d6

Browse files
authored
Merge pull request #29 from atorber/hi
Hi
2 parents 132d5ce + ed0e4fd commit 04e76d6

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/npm.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
cache: npm
26-
cache-dependency-path: package-lock.json
2726

2827
- name: Install Dependencies
2928
run: npm install
@@ -48,7 +47,6 @@ jobs:
4847
with:
4948
node-version: ${{ matrix.node}}
5049
cache: npm
51-
cache-dependency-path: package-lock.json
5250

5351
- name: Install Dependencies
5452
run: npm install
@@ -71,7 +69,6 @@ jobs:
7169
node-version: 16
7270
registry-url: https://registry.npmjs.org/
7371
cache: npm
74-
cache-dependency-path: package-lock.json
7572

7673
- name: Install Dependencies
7774
run: npm install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wechaty-puppet-bridge",
3-
"version": "0.17.7",
3+
"version": "0.17.8",
44
"description": "Puppet Bridge for Wechaty",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)