From ee0421e0ae0f88316cc1258c2e47948a8408af74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 09:29:10 +0000 Subject: [PATCH] chore(deps): update dependency node to v22.22.0 --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/prerelease.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/stable-release.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bef043..c6b9d93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 22.22.0 cache: npm - run: npm ci - run: npx tsc --noEmit diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f558977..1f377fb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 22.22.0 cache: npm - run: npm ci - run: npm run build diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index f4f00bd..c6f1545 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 22.22.0 cache: npm - name: Get current version diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a69a5c2..4309280 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 22.22.0 cache: npm - run: npm ci - run: npm run build diff --git a/.github/workflows/stable-release.yml b/.github/workflows/stable-release.yml index b9c48b5..6c59216 100644 --- a/.github/workflows/stable-release.yml +++ b/.github/workflows/stable-release.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 22.22.0 cache: npm - name: Validate version format