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