From d971f4c409126692a10cd07f5a652e1b25fbc697 Mon Sep 17 00:00:00 2001 From: Luligu <132135057+Luligu@users.noreply.github.com> Date: Sat, 2 Nov 2024 20:17:22 +0100 Subject: [PATCH] Release 1.6.1 --- .github/workflows/publish.yml | 9 ++++++--- package-lock.json | 6 +++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 18349816..83375e5a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,12 +36,15 @@ jobs: - name: Lint the project run: npm run lint - - name: Test the project - run: npm run test - - name: Build the project run: npm run build + - name: Install matterbridge + run: npm install -g . + + - name: Test the project + run: npm run test + - name: Publish to npm run: npm publish env: diff --git a/package-lock.json b/package-lock.json index 7139b3db..306c146e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2588,9 +2588,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001676", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001676.tgz", - "integrity": "sha512-Qz6zwGCiPghQXGJvgQAem79esjitvJ+CxSbSQkW9H/UX5hg8XM88d4lp2W+MEQ81j+Hip58Il+jGVdazk1z9cw==", + "version": "1.0.30001677", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001677.tgz", + "integrity": "sha512-fmfjsOlJUpMWu+mAAtZZZHz7UEwsUxIIvu1TJfO1HqFQvB/B+ii0xr9B5HpbZY/mC4XZ8SvjHJqtAY6pDPQEog==", "dev": true, "funding": [ {