diff --git a/.github/workflows/draft.yml b/.github/workflows/draft.yml index bf2b42c4..a56f349f 100644 --- a/.github/workflows/draft.yml +++ b/.github/workflows/draft.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 20.x + node-version: 24.x cache: yarn - run: yarn install --frozen-lockfile - run: yarn test:format diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 386efe09..407fc147 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 20.x + node-version: 24.x cache: yarn - run: yarn install --frozen-lockfile - run: yarn test:format