We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa471b commit 7cd15cfCopy full SHA for 7cd15cf
.github/workflows/ci.yml
@@ -21,6 +21,7 @@ jobs:
21
with:
22
node-version: '24'
23
cache: 'npm'
24
+ registry-url: 'https://registry.npmjs.org'
25
26
- name: Install dependencies
27
run: npm ci
@@ -46,7 +47,7 @@ jobs:
46
47
48
- name: Release
49
if: github.ref == 'refs/heads/main' && steps.check.outputs.changed == 'true'
- uses: softprops/action-gh-release@v1
50
+ uses: softprops/action-gh-release@v2
51
52
tag_name: ${{ steps.check.outputs.version }}
53
prerelease: false
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@colyseus/react",
3
- "version": "0.1.6",
+ "version": "0.1.7",
4
"type": "module",
5
"scripts": {
6
"dev": "tsdown --watch --format esm,cjs",
0 commit comments