diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 47a56e73070dfd692dd09ee85c2e1652330d0c70..52f3a3c99b7929a022a341ea89ef674c4b942340 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [macos-latest, windows-latest, ubuntu-latest] - node-version: [12.x, 13.x] + node-version: [12, 14] runs-on: ${{ matrix.os }} steps: diff --git a/package.json b/package.json index aabafdbe18bed10b0ec7c866ca650a144894f793..95617cc0faf817c475b44146299e865a9c9a87b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wechaty", - "version": "0.41.7", + "version": "0.41.9", "description": "Wechaty is a Bot SDK for Individual Account, Powered by TypeScript, Docker, and 💖", "main": "dist/src/index.js", "typings": "dist/src/index.d.ts", diff --git a/src/puppet-config.ts b/src/puppet-config.ts index 834683c08c4a1a4782bf6aa151d18c0dd27b8909..a9056b752faf2deff68408b28dcb0436743f3fe5 100644 --- a/src/puppet-config.ts +++ b/src/puppet-config.ts @@ -40,7 +40,7 @@ export const PUPPET_DEPENDENCIES = { * Wechaty External Puppets */ 'wechaty-puppet-padplus' : '^0.7.18', // https://www.npmjs.com/package/wechaty-puppet-padplus - 'wechaty-puppet-puppeteer' : '^0.21.2', // https://www.npmjs.com/package/wechaty-puppet-puppeteer + 'wechaty-puppet-puppeteer' : '^0.23.1', // https://www.npmjs.com/package/wechaty-puppet-puppeteer 'wechaty-puppet-wechat4u' : '^0.17.4', // https://www.npmjs.com/package/wechaty-puppet-wechat4u }