diff --git a/.github/workflows/deploy-v4-site.yml b/.github/workflows/deploy-v4-site.yml index b5732f193..3ae24d31f 100644 --- a/.github/workflows/deploy-v4-site.yml +++ b/.github/workflows/deploy-v4-site.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.14.0' + node-version: '22.21.1' cache: 'pnpm' - name: Install dependencies diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 655f4b1b9..527b8c1b5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.14.0' + node-version: '22.21.1' cache: 'pnpm' - name: Install dependencies @@ -45,7 +45,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.14.0' + node-version: '22.21.1' cache: 'pnpm' - name: Install dependencies @@ -72,7 +72,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.14.0' + node-version: '22.21.1' cache: 'pnpm' - name: Install dependencies