Skip to content

Commit 9d2a4e9

Browse files
committed
Add registry to workflow
1 parent b03ae85 commit 9d2a4e9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/npm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ jobs:
4444
- uses: actions/checkout@v4
4545

4646
- name: Use Node.js 20.x
47-
uses: actions/setup-node@v3
47+
uses: actions/setup-node@v4
4848
with:
4949
node-version: 20.x
50+
registry-url: "https://registry.npmjs.org"
5051

5152
- name: Install dependencies
5253
run: npm install

0 commit comments

Comments
 (0)