Skip to content

Commit 19d04db

Browse files
fix: add registry-url for prettier workflow
1 parent 9717792 commit 19d04db

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/prettier.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ jobs:
1919
with:
2020
show-progress: false
2121

22-
- name: Setup Node.js
23-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
22+
- name: Set up node
23+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
2424
with:
2525
node-version-file: ".nvmrc"
2626
cache: "npm"
27-
cache-dependency-path: "**/package-lock.json"
27+
cache-dependency-path: package-lock.json
28+
registry-url: https://npm.pkg.github.com
2829

2930
- name: Install dependencies
3031
shell: bash

0 commit comments

Comments
 (0)