diff --git a/.github/workflows/draft.yml b/.github/workflows/draft.yml index c672b9446..97d9e094c 100644 --- a/.github/workflows/draft.yml +++ b/.github/workflows/draft.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.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 b6b5c2ff9..c67606350 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x cache: yarn - run: yarn install --frozen-lockfile - run: yarn test:format