diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 76f4712..0b5f847 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '24' - name: Install PowerShell (Linux/macOS) if: runner.os != 'Windows' @@ -88,7 +88,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '24' cache: 'npm' - name: Create Test Project diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index e302eca..2fc592a 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -53,7 +53,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '24' cache: 'npm' - name: Install Dependencies @@ -203,7 +203,7 @@ jobs: if: matrix.framework != 'python' uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '24' - name: Setup Python if: matrix.framework == 'python'