Skip to content

Commit 1b1a0f4

Browse files
Merge pull request #7306 from Shopify/fix-flaky-graphql-codegen-check
Upgrade Node version in update-graphql-deps.yml
2 parents b677f07 + 9035f97 commit 1b1a0f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-graphql-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup deps
2929
uses: ./.github/actions/setup-cli-deps
3030
with:
31-
node-version: '22.11.0'
31+
node-version: '24.1.0'
3232
- name: Get schemas for codegen
3333
env:
3434
GH_TOKEN: ${{ secrets.SHOPIFY_GH_READ_CONTENT_TOKEN }}

0 commit comments

Comments
 (0)