From 0cb3cb35a12cc84d7666ab95057009019551317f Mon Sep 17 00:00:00 2001 From: frostebite Date: Mon, 9 Mar 2026 05:47:51 +0000 Subject: [PATCH] fix(ci): bump node version to 20 in integrity-check yargs@18.0.0 requires Node >=20.19.0, so Node 18 is no longer compatible. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/integrity-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrity-check.yml b/.github/workflows/integrity-check.yml index 0332e828..a9945e19 100644 --- a/.github/workflows/integrity-check.yml +++ b/.github/workflows/integrity-check.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' - run: yarn - run: yarn lint - run: yarn test:ci --coverage