We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743cbe9 commit c6d7eefCopy full SHA for c6d7eef
.github/workflows/release.yaml
@@ -15,6 +15,7 @@ jobs:
15
- uses: actions/setup-node@v4
16
with:
17
node-version: 21
18
+ registry-url: 'https://registry.npmjs.org'
19
- name: Install dependencies
20
run: npm install -g typescript && npm install
21
- name: Build
0 commit comments