Skip to content

Commit 0bbfb71

Browse files
authored
Merge pull request #264 from Shopify/shauns/use-node-24-for-javascript-conversion
[#template-ci] Run JavaScript conversion with Node 24
2 parents 17dbca9 + 47cd58c commit 0bbfb71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/convert-to-javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Node.js
3434
uses: actions/setup-node@v5
3535
with:
36-
node-version: 20.x
36+
node-version: 24.x
3737

3838
- name: Install dependencies
3939
run: |

0 commit comments

Comments
 (0)