Offload functions to worker threads with shared memory primitives for Node.js.
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: remove NPM_TOKEN env from publish step, use npmrc directly

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

-2
-2
.tangled/workflows/publish.yaml
··· 32 32 pnpm build 33 33 34 34 - name: publish 35 - environment: 36 - NPM_TOKEN: $NPM_TOKEN 37 35 command: | 38 36 echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc 39 37 pnpm changeset publish