From 8625a4d62f7f2729e50ac98852d9e98a78cca183 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 01:04:47 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 --- .github/workflows/test.yml | 2 +- .github/workflows/update-graphql-codegen.yml | 2 +- .github/workflows/update-prettier.yml | 2 +- .github/workflows/update.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 33c635c69..e560e5ec8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 cache: npm - run: npm ci - run: npm test diff --git a/.github/workflows/update-graphql-codegen.yml b/.github/workflows/update-graphql-codegen.yml index 9191522cd..9e9e1c2a0 100644 --- a/.github/workflows/update-graphql-codegen.yml +++ b/.github/workflows/update-graphql-codegen.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/setup-node@v4 with: cache: npm - node-version: 18 + node-version: 22 - run: npm ci - run: npm run generate-typescript - uses: gr2m/create-or-update-pull-request-action@v1.x diff --git a/.github/workflows/update-prettier.yml b/.github/workflows/update-prettier.yml index 2606b095f..49491fc38 100644 --- a/.github/workflows/update-prettier.yml +++ b/.github/workflows/update-prettier.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/setup-node@v4 with: cache: npm - node-version: 18 + node-version: 22 - run: npm ci - run: npm run lint:fix - uses: gr2m/create-or-update-pull-request-action@v1.x diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 4e451ee59..9a03b2ed8 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 cache: npm - run: git checkout schema-update || true - run: npm ci