diff --git a/.github/workflows/deploy-v4-site.yml b/.github/workflows/deploy-v4-site.yml index d20fcf5d1..4fc0d6162 100644 --- a/.github/workflows/deploy-v4-site.yml +++ b/.github/workflows/deploy-v4-site.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: '22.21.1' + node-version: '22.22.0' cache: 'pnpm' - name: Install dependencies diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3d740e74e..d6dba3f81 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: '22.21.1' + node-version: '22.22.0' cache: 'pnpm' - name: Install dependencies @@ -45,7 +45,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: '22.21.1' + node-version: '22.22.0' cache: 'pnpm' - name: Install dependencies @@ -72,7 +72,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: '22.21.1' + node-version: '22.22.0' cache: 'pnpm' - name: Install dependencies