We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9717792 commit 19d04dbCopy full SHA for 19d04db
.github/workflows/prettier.yml
@@ -19,12 +19,13 @@ jobs:
19
with:
20
show-progress: false
21
22
- - name: Setup Node.js
23
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
+ - name: Set up node
+ uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
24
25
node-version-file: ".nvmrc"
26
cache: "npm"
27
- cache-dependency-path: "**/package-lock.json"
+ cache-dependency-path: package-lock.json
28
+ registry-url: https://npm.pkg.github.com
29
30
- name: Install dependencies
31
shell: bash
0 commit comments