diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 12be55e..c72f20e 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: '22' + node-version: '24' cache: yarn - name: Install dependencies diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8743b8..c34e9b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - run: npm i -g --force corepack@latest && corepack enable @@ -57,7 +57,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - run: npm i -g --force corepack@latest && corepack enable @@ -109,7 +109,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - run: npm i -g --force corepack@latest && corepack enable diff --git a/.github/workflows/nuxt4.yml b/.github/workflows/nuxt4.yml index 56af74e..04a596b 100644 --- a/.github/workflows/nuxt4.yml +++ b/.github/workflows/nuxt4.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - run: npm i -g --force corepack@latest && corepack enable