Skip to content

Commit f4debe2

Browse files
Update Node setup action in workflow
1 parent b726c29 commit f4debe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-1467.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
uses: actions/checkout@v5
1313

1414
- name: Setup Node using PR#1467
15-
uses: marco-ippolito/setup-node@fix-bearer-token
16-
# uses : actions/setup-node@v6
15+
# uses: marco-ippolito/setup-node@fix-bearer-token
16+
uses : actions/setup-node@v6
1717
with:
1818
node-version: '23'
1919
mirror: 'https://httpbin.org'

0 commit comments

Comments
 (0)