From 546977a1b88364193ccb0322751ae98e47d0b532 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 23:57:58 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 --- .github/workflows/release.yml | 2 +- .github/workflows/release_dev.yml | 2 +- .github/workflows/spec.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e5cf2a..1526b4e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 22 registry-url: https://registry.npmjs.org - run: npm install - run: npm run build diff --git a/.github/workflows/release_dev.yml b/.github/workflows/release_dev.yml index 7172d3c..9528b96 100644 --- a/.github/workflows/release_dev.yml +++ b/.github/workflows/release_dev.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 22 registry-url: https://registry.npmjs.org - run: npm install - run: npm run build diff --git a/.github/workflows/spec.yml b/.github/workflows/spec.yml index 22929bd..e924f94 100644 --- a/.github/workflows/spec.yml +++ b/.github/workflows/spec.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 22 - run: npm install - run: npx tsc -noEmit - run: npm run eslint:check