Skip to content

Commit a99093d

Browse files
committed
Remove node version from publish script
1 parent 4e2e9ce commit a99093d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Check out code
1818
uses: actions/checkout@v6
1919

20-
- name: Set up Node.js 24.x
20+
- name: Set up Node.js
2121
uses: actions/setup-node@v6
2222
with:
2323
node-version: 24.x

0 commit comments

Comments
 (0)