diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f14da54..8343944 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,6 +19,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: '22' + registry-url: 'https://registry.npmjs.org' - name: Install dependencies run: npm ci diff --git a/precise/package.json b/precise/package.json index 3467958..167e231 100644 --- a/precise/package.json +++ b/precise/package.json @@ -1,7 +1,7 @@ { "name": "trino-query-ui", "description": "Trino Query Editor react component", - "version": "0.0.1", + "version": "0.1.1", "author": { "name": "Trino contributors", "email": "general@trino.io",