diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index b7ddee7..3670a3c 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -18,7 +18,7 @@ jobs: - name: Use Node.js v19.5.0 uses: actions/setup-node@v6 with: - node-version: 22.20.0 + node-version: 24.11.1 cache: yarn - name: Install Dependencies run: yarn --immutable @@ -36,7 +36,7 @@ jobs: - name: Use Node.js v19.5.0 uses: actions/setup-node@v6 with: - node-version: 22.20.0 + node-version: 24.11.1 cache: yarn - name: Install Dependencies run: yarn --immutable