We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8619530 commit a90933cCopy full SHA for a90933c
.github/workflows/npm-publish.yml
@@ -8,7 +8,13 @@ jobs:
8
npmPublish:
9
runs-on: ubuntu-latest
10
steps:
11
+ - uses: actions/checkout@v4
12
+ - uses: actions/setup-node@v3
13
+ with:
14
+ node-version: "20"
15
+ - run: npm ci
16
- name: Publish npm package when version is updated
17
uses: JS-DevTools/npm-publish@v3
18
with:
- token: ${{ secrets.NPM_TOKEN }}
19
+ token: ${{ secrets.NPM_TOKEN }}
20
+ strategy: upgrade
package.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "rtc-test-run",
3
- "version": "0.1.6",
+ "name": "rtconnect",
+ "version": "0.0.55",
4
"description": "A lightweight React library to set up live streaming and real-time video calls with peers.",
5
"main": "./dist/src/index.js",
6
"types": "./dist/src/index.d.ts",
0 commit comments