diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1253bbeed..bbf0abf60 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: - name: Setup NodeJS uses: actions/setup-node@v5 with: - node-version: 22 + node-version: 24 - name: Install deps run: yarn @@ -32,7 +32,7 @@ jobs: - name: Setup NodeJS uses: actions/setup-node@v5 with: - node-version: 22 + node-version: 24 - name: Install deps run: yarn @@ -72,7 +72,7 @@ jobs: - uses: actions/setup-node@v5 with: - node-version: 22 + node-version: 24 - name: Install deps run: yarn