We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 132d5ce + ed0e4fd commit 04e76d6Copy full SHA for 04e76d6
2 files changed
.github/workflows/npm.yml
@@ -23,7 +23,6 @@ jobs:
23
with:
24
node-version: ${{ matrix.node-version }}
25
cache: npm
26
- cache-dependency-path: package-lock.json
27
28
- name: Install Dependencies
29
run: npm install
@@ -48,7 +47,6 @@ jobs:
48
47
49
node-version: ${{ matrix.node}}
50
51
52
53
54
@@ -71,7 +69,6 @@ jobs:
71
69
node-version: 16
72
70
registry-url: https://registry.npmjs.org/
73
74
75
76
77
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "wechaty-puppet-bridge",
3
- "version": "0.17.7",
+ "version": "0.17.8",
4
"description": "Puppet Bridge for Wechaty",
5
"type": "module",
6
"exports": {
0 commit comments