We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667bf7c commit 804392cCopy full SHA for 804392c
.github/workflows/deploy-published-releases.yaml
@@ -12,10 +12,10 @@ jobs:
12
- uses: actions/checkout@v4
13
- uses: actions/setup-node@v4
14
with:
15
+ registry-url: 'https://registry.npmjs.org'
16
node-version: 23
- registry-url: 'https://npm.pkg.github.com'
17
env:
18
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
19
20
- name: Cache dependencies
21
id: cache-dependencies
0 commit comments