Skip to content

Commit 40ccd02

Browse files
fix: path name
1 parent 936909c commit 40ccd02

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

.github/workflows/DuckDBNodeBindingsAndAPI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/setup-node@v4
8888
with:
8989
node-version: '20'
90-
registry-url: 'https://npm.pkg.github.com/'
90+
registry-url: 'https://registry.npmjs.org/'
9191
- uses: pnpm/action-setup@v3
9292
with:
9393
version: 9
@@ -160,7 +160,7 @@ jobs:
160160
uses: actions/setup-node@v4
161161
with:
162162
node-version: '20'
163-
registry-url: 'https://npm.pkg.github.com/'
163+
registry-url: 'https://registry.npmjs.org/'
164164

165165
- uses: pnpm/action-setup@v3
166166
with:
@@ -197,7 +197,7 @@ jobs:
197197
uses: actions/setup-node@v4
198198
with:
199199
node-version: '20'
200-
registry-url: 'https://npm.pkg.github.com/'
200+
registry-url: 'https://registry.npmjs.org/'
201201

202202
- uses: pnpm/action-setup@v3
203203
with:
@@ -246,7 +246,7 @@ jobs:
246246
uses: actions/setup-node@v4
247247
with:
248248
node-version: '20'
249-
registry-url: 'https://npm.pkg.github.com/'
249+
registry-url: 'https://registry.npmjs.org/'
250250
- uses: pnpm/action-setup@v3
251251
with:
252252
version: 9
@@ -294,7 +294,7 @@ jobs:
294294
uses: actions/setup-node@v4
295295
with:
296296
node-version: '20'
297-
registry-url: 'https://npm.pkg.github.com/'
297+
registry-url: 'https://registry.npmjs.org/'
298298

299299
- uses: pnpm/action-setup@v3
300300
with:
File renamed without changes.
File renamed without changes.

api/pkgs/@duckdb/node-api/.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)