diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 70dc00a5..9c334764 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -20,6 +20,7 @@ jobs: - name: Setup .npmrc file uses: actions/setup-node@v4 with: + node-version: 'latest' registry-url: 'https://registry.npmjs.org' - name: Set version diff --git a/src/package.json b/src/package.json index 504e31e0..6f0905e7 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "farc", - "version": "0.0.0", + "version": "0.0.1", "type": "module", "module": "_lib/index.js", "types": "_lib/index.d.ts",