From f5eb43f22b94a8ff3dfd3ce3bb376ceb4fd513de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 17:55:06 +0000 Subject: [PATCH] Update dependency node to v22 --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8813e77..2fb953e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-go@v5 - uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 22.x cache: yarn - name: Install Dependencies run: yarn install --frozen-lockfile diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 051c4de..8b80e6a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 22.x cache: yarn - name: Install Dependencies run: yarn install --frozen-lockfile