Skip to content

Commit 40561a8

Browse files
authored
Update testing-1305.yml
1 parent 36b56dd commit 40561a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/testing-1305.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: testing-1305
1+
name: npm always-auth warning
22
on: push
33

44
jobs:
@@ -9,7 +9,8 @@ jobs:
99
uses: actions/checkout@v5
1010

1111
- name: Install Node.js
12-
uses: actions/setup-node@v6
12+
# uses: actions/setup-node@v6
13+
uses: priyagupta108/setup-node@remove-always-auth
1314
with:
1415
node-version: '24'
1516
registry-url: 'https://registry.npmjs.org/'

0 commit comments

Comments
 (0)