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.
1 parent c443b24 commit 5355e13Copy full SHA for 5355e13
.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
57
cname: typescript.typedrest.net
58
- name: Connect to registry (npmjs.com)
59
if: github.ref_type == 'tag'
60
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
61
with:
62
registry-url: https://registry.npmjs.org
63
- name: Publish packages (npmjs.com)
@@ -69,7 +69,7 @@ jobs:
69
# Publish
70
- name: Connect to registry (GitHub)
71
if: github.event_name == 'push'
72
73
74
registry-url: https://npm.pkg.github.com/
75
scope: '@typedrest'
0 commit comments