Skip to content

Commit f1f55d7

Browse files
authored
Update main.yml
1 parent 79ff915 commit f1f55d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
- uses: actions/setup-node@v4
2020
with:
2121
node-version: '20.x'
22-
registry-url: 'https://registry.npmjs.org'
22+
registry-url: 'https://registry.npmjs.org'
23+
token: none
2324

2425
- uses: pnpm/action-setup@v4
2526
with:

0 commit comments

Comments
 (0)