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.
npm publish
dist-dynamic
1 parent 6c59ad3 commit 16b1305Copy full SHA for 16b1305
.github/actions/build/action.yaml
@@ -12,6 +12,7 @@ runs:
12
with:
13
node-version-file: '.nvmrc'
14
cache: 'yarn'
15
+ registry-url: 'https://registry.npmjs.org'
16
17
- name: Setup local Turbo cache
18
uses: dtinth/setup-github-actions-caching-for-turbo@v1
.github/workflows/push.yaml
@@ -39,4 +39,5 @@ jobs:
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
42
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
43
NODE_OPTIONS: '--max-old-space-size=8192'
0 commit comments