diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 2e298f059..f92356da2 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: - node-version: 20 + node-version: 22 cache: 'yarn' - name: Install dependencies @@ -55,7 +55,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: - node-version: 20 + node-version: 22 cache: 'yarn' - name: Install dependencies @@ -129,7 +129,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: - node-version: 20 + node-version: 22 cache: 'yarn' - name: Install dependencies @@ -166,7 +166,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: - node-version: 20 + node-version: 22 cache: 'yarn' - name: Install dependencies