Skip to content

Commit b9e98a7

Browse files
Fix setup-node action version casing
1 parent 0845336 commit b9e98a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-1467.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- name: Setup Node using PR#1467
1515
# uses: marco-ippolito/setup-node@fix-bearer-token
16-
uses : actions/setup-node@V6
16+
uses : actions/setup-node@v6
1717
with:
1818
node-version: 20
1919
registry-url: https://registry.npmjs.org

0 commit comments

Comments
 (0)