Skip to content

Commit 6cc5e04

Browse files
committed
Update
1 parent 194c2da commit 6cc5e04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
uses: actions/setup-node@v6
100100
with:
101101
node-version: 26
102-
registry-url: https://registry.npmjs.org/ # set up .npmrc file for authentication
102+
registry-url: https://registry.npmjs.org/ # makes the action set up npm authentication
103103

104104
- name: Install Dependencies
105105
run: pnpm install --frozen-lockfile
@@ -143,7 +143,7 @@ jobs:
143143
uses: actions/setup-node@v6
144144
with:
145145
node-version: 26
146-
registry-url: https://registry.npmjs.org/ # set up .npmrc file for authentication
146+
registry-url: https://registry.npmjs.org/ # makes the action set up npm authentication
147147
148148
- name: Install Dependencies
149149
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)