There was an error while loading. Please reload this page.
1 parent 194c2da commit 6cc5e04Copy full SHA for 6cc5e04
1 file changed
README.md
@@ -99,7 +99,7 @@ jobs:
99
uses: actions/setup-node@v6
100
with:
101
node-version: 26
102
- registry-url: https://registry.npmjs.org/ # set up .npmrc file for authentication
+ registry-url: https://registry.npmjs.org/ # makes the action set up npm authentication
103
104
- name: Install Dependencies
105
run: pnpm install --frozen-lockfile
@@ -143,7 +143,7 @@ jobs:
143
144
145
146
147
148
149
0 commit comments