diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 12fa846..dcd44aa 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 - name: Setup PNPM uses: pnpm/action-setup@v4 @@ -50,7 +50,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 - name: Setup PNPM uses: pnpm/action-setup@v4