Skip to content

Commit 0845336

Browse files
Update Node setup action in workflow
1 parent a67d717 commit 0845336

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-1467.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +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
15+
# uses: marco-ippolito/setup-node@fix-bearer-token
16+
uses : actions/setup-node@V6
1617
with:
1718
node-version: 20
1819
registry-url: https://registry.npmjs.org

0 commit comments

Comments
 (0)